GhostTrack is an OSINT and tracking tool used to gather information about phone numbers, IP addresses, usernames, and domains. It combines multiple OSINT techniques into a single script and is commonly used for reconnaissance and investigations.
Installation Commands
Update Termux and install required packages:
pkg update && pkg upgrade && pkg install git python -yClone the GhostTrack GitHub repository:
git clone https://github.com/HunxByts/GhostTrack.gitMove into the GhostTrack directory:
cd GhostTrackInstall required Python dependencies:
pip install -r requirements.txtFix urllib3 compatibility issue (important):
pip uninstall urllib3 && pip install "urllib3<2"Run GhostTrack:
python GhostTR.pyUsage Commands
Start GhostTrack interactive menu:
python GhostTR.pyPhone number information lookup:
Select Phone Number Tracker from the menuIP address tracking:
Select IP Tracker from the menuUsername search:
Select Username Tracker from the menuExit the tool safely:
CTRL + C