Install GhostTrack on Termux
mainTo install the necessary dependencies for GhostTrack on Termux, use pkg to install git and python3.
pkg install git
pkg install python3repository·main·Indexed 12 days ago
https://github.com/hunxbyts/ghosttrackAn Open Source Intelligence (OSINT) and information gathering tool used to track locations via IP addresses, gather information from phone numbers, and search for social media profiles using usernames.
To install the necessary dependencies for GhostTrack on Termux, use pkg to install git and python3.
pkg install git
pkg install python3IP Tracker menu allows you to track location information based on an IP address. For best results, you can use the seeker tool to obtain the target's IP address before using GhostTrack.Clone the repository, navigate to the directory, install the required Python dependencies using pip3, and execute the main script GhostTR.py.
git clone https://github.com/HunxByts/GhostTrack.git
cd GhostTrack
pip3 install -r requirements.txt
python3 GhostTR.pyPhone Tracker menu allows you to search for information associated with a target phone number.Username Tracker menu allows you to search for information related to a target username across various social media platforms.To install the necessary dependencies for GhostTrack on a Debian-based Linux system, use apt-get to install git and python3.
sudo apt-get install git
sudo apt-get install python3