CyberTool is a lightweight Python-based tool to track IP addresses using ipinfo.io API. Designed for ethical hacking and cybersecurity learners.
- IP lookup
- City, region, country detection
- Location coordinates
- Organization & timezone info
- Colorful terminal UI
pkg update && pkg upgrade -y
pkg install git -y
pkg install python -y
pkg install wget -y
git clone https://github.com/cybercratic/Cybertool.git
cd Cybertool
chmod +x *
pip install -r requirments.txt
python cybertool.py <ip>