GhostTrack in Termux – Installation and Usage Commands

5/5 - (1 vote)

GhostTrack is an OSINT tool used to find information about phone numbers, IP addresses, and usernames across multiple websites. It scans many popular platforms and shows where the information exists. This tool is useful for cybersecurity learning, digital investigation, and username research.

Installation Commands

pkg update && pkg upgrade && pkg install git python -y && git clone https://github.com/HunxByts/GhostTrack.git && cd GhostTrack && pip install -r requirements.txt

This is a one-line installation command, just copy this and paste it in Termux to install ghosttrack in one click.

Usage Commands

Run the tool:

python GhostTR.py

IP tracker:

Select Option: 1
Enter Target IP: 8.8.8.8

Show your IP:

Select Option: 2

Phone number tracker:

Select Option: 3
Enter Phone Number: +1234567890

Username tracker:

Select Option: 4
Enter Username: username

Exit the tool:

Select Option: 0

proud owner of termuxcommands.com, Assam native. Tech enthusiast, sharing Termux and Linux expertise. Simplifying tech for all—from beginners to pros. Join me on this knowledge-sharing adventure!

Leave a Comment