DEV Community

immodded
immodded

Posted on

IP ADDRESS tracing script based on python

ip-trace


Python based IP Tracer.

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

IP Tracer demonstration

IP trace demonstration video

Usage Instructions

open terminal and run.

git clone https://www.github.com/immodded/ip-trace.git
cd ip-trace 
pip install -r requirements.txt 
python ipTracer.py
Enter fullscreen mode Exit fullscreen mode

### 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

Top comments (0)