IP ADDRESS tracing script based on python


 The script is written with python for tracing the information regarding the associated IP address.

This script supports sys argv. list too for getting multiple results. 


Python based IP Tracer.

  • can run on almost all Operating system
  • Created with Python

  1. open terminal and run
  2. git clone https://www.github.com/immodded/ip-trace.git
  3. cd ip-trace
  4. pip install -r requirements.txt
  5. python ipTracer.py

you can also pass the list of ip addresses as argv.

python ipTracer.py 1.1.1.1 2.2.2.2 3.3.3.3

Popular posts from this blog

Termux: Differences from linux

Flask vs Django. what to choose?