Skip to main content

How to Hack Someones IP Address

An ultimate hack which enable u to trace any one any where in the world


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 Yahoo messenger 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. Now while most of the tutorials on the net teach you how to steal an ip address via MSN, or any other chat software, in this post I’ll show you how to find IP address of someones computer using script. Using this method for hacking someones ip adress 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, I'm gonna give you this script, that you write in the index.php. It will redirect them to http://www.google.com/, but you can change that in the script.

Here is the sript:

Code:



$file = 'IPz.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)
?>

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

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

3. Now you make people visit your site, and they will get redirected to Google.

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


This is a very simple, but effectually method for stealing someones IP Address.
Hope you'll find this tutorial useful. Happy Hacking  :)

Comments

Popular posts from this blog

Edit tiles in Windows 8

If you’ve recently installed or upgraded to Windows 8 and have started customizing programs onto its new Start Menu UI, you’ll notice that the program icons are the same old icons placed in an oversized box. You’ll see the program name under it and will be in awe at  how out of place the newly added icons are with the rest   of the Windows 8 theme. We’ve found a handy program to spruce things up by  creating awesome-looking tiles that match the look of Windows 8 apps  on the Start Menu, something like what you see below. And you can get that look using   OblyTile . First thing’s first, the icons you see above are works from users of deviantART. OblyTile only sets up your tiles; you have to provide the icons or images for the tile. But not to worry, we’ll provide you with  a few links which we’ve found to recreate the look and feel  of the screenshot you see above. Getting Started With OblyTile Run OblyTile (no insta...
How To Speed Up Internet Speed A slow Internet connection can be very annoying when you are trying to do something on the Internet. Here are some steps you can take to fix or improve your connection. Steps   1 Identify what speed you are supposed to be provided by your Internet Service Provider (ISP) . This is important, because your slow connection could be due to a problem on their end, not yours. This should be on your bill. If you don't have a bill handy, you can check the ISP's website or contact them directly to find out. 2 Conduct a  speed test  online . This should get you results close to what your ISP is supposed to provide. If you get a low result, try another computer on your network first. If both get a low result, contact your ISP. If only yours has a problem, the problem lies with the computer. 3 Eliminate needless programs . Your Internet connection requires memory to be able to be at ...

How to create a logo...

A professional logo can enhance a company, an organization, or a product.  On the other hand, an unprofessional logo can ruin a brand and mar an otherwise good designer’s portfolio. Many logos in use are unprofessional and carry all the tell-tale marks of an amateur or a beginner. Everyone thinks they can design a great logo, but simply knowing your way around Photoshop is not enough. Here are some insights into the process and workflow of effective and modern logo design.  With these tips and your creativity, you can make your logo designs shine with the very best . 1. Design: Sketch and Brainstorm A lot of beginners jump right onto the computer to create a logo . However, more often than not, a lot of time is spent fiddling with special effects and filters. While this can be useful, it usually means that the thoughtful design and artistry of the logo itself has taken a back seat. A better way to start is to get a fresh sheet of paper and a pencil . Think ab...