Author: Alex Butler 🚩
- Enhanced User Experience
- Added New Features
- Install through pip
- Added output Option
- TraceX is a Python package for looking up information about IP addresses and domain names. It provides a simple command-line interface and Python API for querying ip-api.com and ipwhois.io to retrieve detailed information about an IP address or domain name.
For Linux And Termux
apt-get update -yapt-get upgrade -yapt-get install python -y
apt-get update -yapt-get upgrade -yapt-get install git python -ypip install requestspip install coloramagit clone https://github.com/VritraSecz/TraceX.gitcd TraceXchmod +x *python TraceX.py
usage: python tracex [-h] -i IP [-o OUTPUT]
Get IP address information.
options:
-h, --help show this help message and exit
-i IP, --ip IP IP address
-o OUTPUT, --output OUTPUT
Output file name
- We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!
