PhoneInfoga is an OSINT tool used to gather information about phone numbers using public sources. It can collect country details, carrier information, formats, and online footprints related to a phone number.
Installation
Update Termux and install required packages:
pkg update && pkg upgrade && pkg install python git -yClone the PhoneInfoga repository:
git clone https://github.com/ExpertAnonymous/PhoneInfoga.gitMove into the PhoneInfoga directory:
cd PhoneInfogaFix urllib3 compatibility issue (important):
pip uninstall urllib3 && pip install "urllib3<2"Install Python dependencies:
pip install -r requirements.txtMake PhoneInfoga globally accessible:
chmod +x phoneinfoga.py && ln -s $PWD/phoneinfoga.py $PREFIX/bin/phoneinfogaVerify global installation:
phoneinfoga --helpUsage Commands
Scan a phone number (with country code):
phoneinfoga -n +919876543210Use local scan only:
phoneinfoga -n +919876543210 -s localUse all available sources:
phoneinfoga -n +919876543210 -s allSave results to a file:
phoneinfoga -n +919876543210 -o result.txtShow help menu:
phoneinfoga --help