IP is a simply python script, which can be used to Ip lookup and to get information of perticualr target Ip. This tool works on both rooted Android device and Non-rooted Android device.
- Termux
- Linux
- First update your environment & install python2/3 and git and request library.
$ apt-get update -y
$ apt-get upgrade -y
$ pkg install python -y
$ pkg install python2 -y
$ pkg install git -y
$ pip install requests
- Now clone the repository and get into it.
$ git clone https://github.com/yezz123/IP
$ cd IP
$ python IP.py -h
- You can use
-h
to get help and u can also run it directly by :
$ python IP.py -v (your victim ip here)
ex:- python IP.py -v 126.22.0.1
- And now you got his location with some more information.