All     Ethical Hacking     Networking     Programming     OSINT

GhostTrack in Termux – Installation, Usage & Basic Commands

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 -y

Clone the GhostTrack GitHub repository:

git clone https://github.com/HunxByts/GhostTrack.git

Move into the GhostTrack directory:

cd GhostTrack

Install required Python dependencies:

pip install -r requirements.txt

Fix urllib3 compatibility issue (important):

pip uninstall urllib3 && pip install "urllib3<2"

Run GhostTrack:

python GhostTR.py

Usage Commands

Start GhostTrack interactive menu:

python GhostTR.py

Phone number information lookup:

Select Phone Number Tracker from the menu

IP address tracking:

Select IP Tracker from the menu

Username search:

Select Username Tracker from the menu

Exit the tool safely:

CTRL + C