How to steal an IP address
1. First you need to have a php enabled hosting site. Below is a list of free php hosting sites
- 110mb - http://110mb.com
- Ripway - http://ripway.com
- SuperFreeHost - http://superfreehost.info
- Freehostia - http://freehostia.com
- Freeweb7 - http://freeweb7.com
- t35 - http://t35.com
- Awardspace - http://awardspace.com
- PHPNet - http://phpnet.us
- Free Web Hosting Pro - http://freewebhostingpro.com
- ProHosts - http://prohosts.org
- FreeZoka - http://www.freezoka.com/
- 000webhost - http://000webhost.com/
- AtSpace - http://atspace.com
- My3gb - http://my3gb.com
2. Now create a php script using notepad on your computer. Simply copy and paste the script below into your notepad and save it as index.php
<html>
<?php
$file = "code7.txt";
$f=fopen($file, 'a');
fwrite($f,$_SERVER['REMOTE_ADDR']."\n");
fclose($f);
?>
<p>File not found</p>
</body>
</html>
<?php
$file = "code7.txt";
$f=fopen($file, 'a');
fwrite($f,$_SERVER['REMOTE_ADDR']."\n");
fclose($f);
?>
<p>File not found</p>
</body>
</html>
3. Create an empty text file with notepad and rename it as code7.txt
4. Now upload the two files (index.php and code7.txt) to your web hosting site (my3gb.com)
The link to your php script that you need to send to your victim will therefore be....
''www.username.my3gb.com/index.php''
Once your victim clicks on the above url, he will be redirection to a page ''File not found'' while his IP address will be logged in the file ''code7.txt''
Once your victim clicks on the above url, he will be redirection to a page ''File not found'' while his IP address will be logged in the file ''code7.txt''
That is why it is highly advised to conseal your IP whenever you are surfing the net. This can be done with the help of IP hiding software like, Easy-hide ip address, Superhide IP address e.t.c
Apart from IP hiding software, you can also use free online annonymisers at..
http://hidemyass.com
www.onlineanonymizer.com
To prove this, note down your own real IP address by passing through your index.php link, then pass through the index.php link again using any of the above online annonymisers, you will notice the diffrerence in your IP address.
Want to see your real IP address? CLICK HERE
Stay safe!!! if you know to hack, you will know how to protect :D
0 comments:
Post a Comment