Find Anyone's IP Address !
Process:
- Create a new notepad file on your desktop and name it "hacked.txt"
- now save it.
- Now create another text file using notepad and open it.
- Copy the Below code from here and paste it there
- $file = "hacked.txt";
$f=fopen($file, 'a');
fwrite($f,$_SERVER['REMOTE_ADDR']."\n");
fclose($f);
?> - Now save this txt file with the name" get.php"
- Now upload both the files "get.php" and "hacked.txt" to any free web hosting site. eg. 110mb.com or my3gb.com
- Now give the link of get.php to anyone .
- He will get an error " File Not Found."
- And You got the Ip address !
How to view the Stolen Ip Address
- Just view the hacked.txt file on your uploaded site and you'll get the ip adress of all the peoples who visited your link.
0 comments:
Post a Comment