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 -y
apt-get upgrade -y
apt-get install python -y
apt-get update -y
apt-get upgrade -y
apt-get install git python -y
pip install requests
pip install colorama
git clone https://github.com/VritraSecz/TraceX.git
cd TraceX
chmod +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!