Geo-Phone is an OSINT tool that allows users to track and map phone numbers globally.
an OSINT tool that enables users to track and map phone numbers from around the world.
This tool is primarily used by security professionals and OSINT enthusiasts to identify the origin of phone numbers and visualize their locations on a map. It can be particularly useful for threat hunting and social engineering assessments.
Ensure that you have the necessary permissions to track phone numbers and comply with local laws regarding privacy and data usage.
Download Termux app from Google Play Store and type: apt update && apt upgrade
Install git: apt install git
Install Python 3: pkg install python3
Clone the repository: git clone https://github.com/evilfeonix/Geo-Phone.git
Navigate to the directory: cd Geo-Phone
Run the installer: bash installer.sh
Execute the script: python3 phone.py -c <countryCode> -p <phoneNumber>python3 phone.py -u
Updates the Geo-Phone script for better performance.
python3 phone.py -a
Displays information about the tool and the author's contact information.
python3 phone.py -c <countryCode> -p <phoneNumber>
Specifies the victim's country code and phone number for tracking.