Flipkart.com

Sunday 1 January 2012

Steal Someone's IP Address


Most of you may be curious to know how to find the IP address of your friend’s computer or to find the IP address of the person with whom you are chatting in facebook or gtalk. Finding out someone's IP address is like finding their phone number.

An IP address can be used to find the general location where that person lives.
In this post I’ll show you how to find IP address of someones computer using script.

Using this method for hacking someones ip address is very easy and effectively, so just follow the steps bellow.






NOTE: This tutorial is for educational purposes only, I am NOT responsible in any way for how this information is used, use it at your own risk.



How to Hack Someones IP Address ?

Alright, First register a Free hosting at www.x10hosting.com and follow the steps.

Code - get-ip.php :

<html>

<?php

$file = "ip.txt";

$f=fopen($file, 'a');

fwrite($f,$_SERVER['REMOTE_ADDR']."\n"); 

fclose($f);
?>
<p>Any Message you want.... Like File Not Found.</p>
</body>
</html>

1.) First of all you need to make a new .txt document on the website you're uploading this 
     to. Name it ip.txt (You can change that in the script aswell where it says $file ='ip.txt'; 
     in the second line. Then change the CHMOD to 777.


2.) Now you need to past the script above in to a get-ip.php document, and upload it.

3.) Now you make people visit your site, and they will see only " File Not Found " !

4.) To view the IP, you simply add "/ip.txt" after your domain, and you'll see the IP.


This is a very simple, but effectually method for stealing someones IP Address.


0 comments:

Post a Comment

IHT