Get an IP address of Victim using PHP script.

Hey friends today I will explain you that how to get an IP address of victim with less effort and easily.Before I start explaining about it please let me give some introduction of IP address.
What is an IP address ???
IP address is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.
An IP address serves two principal functions:Host or Network interface identification and location addressing.
IP addresses are binary numbers, but they are usually stored in text files and displayed in human-readable notations, such as 172.16.254.1 (for IPv4), and 2001:db8:0:1234:0:567:8:1 (for IPv6).Fore more detail go here.
So let's come back to our main topic. You can get an IP address of your victim by sending him/her just a link of a PHP file.
First of all downlaod PHP file from below link.
Extract RAR file and you will get a PHP file named index.php.
Now login to any free hosting site like :
110mb.com, my3gb.com, byethost.com what ever you are using.
upload index.php file and then your link will be like:
www.yoursite.com/index.php
Now send that link to your victim, When victim will click your given link then a new text file named log.txt will be created where you have uploaded index.php file.
Now check www.yoursite.com./log.txt
Woohooo....
You got it.
Now you have your victim's IP address.
Leave a Comment