Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.49 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.49 KB

About IP tool :

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.

IP is available for :

  • Termux
  • Linux

Installation:

  • 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

usage :

  • 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.

Medium Twitter Discord