Installation of ip – geolocation tool on termux and Kali Linux

Installation:
$ apt update && apt upgrade
$ apt install git
$ apt install python
$ git clone https://github.com/maldevel/IPGeoLocation
$ cd IPGeoLocation
$ chmod +x *
$ pip install -r requirements.txt
Usage :
$ python ipgeolocation.py -t [target ip]
it gives you all information related to your target..
You must be logged in to post a comment.