A python script to track down the details of a public IP address. [Information Gathering Tool]
- Python3.xx needs to be installed on the machine, where you would launch the script.
- There are no other requirements of external python modules.
- First, clone the repo from github to your local machine.
git clone <repo-link>
- Move inside the directory
cd ip-tracker-py/
python3 main.py -i <ip-address>
- For further advance usage, fall back to the docs using
python3 main.py --help
This tool is created by Rishav Das on May 9, 2021.