Posts

Showing posts from April, 2022

IP ADDRESS tracing script based on python

Image
 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.  Git repository link : https://github.com/immodded/ip-trace Python based IP Tracer. can run on almost all Operating system Created with Python 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 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