PhoneIntel is a simple OSINT tool that helps gather publicly available information about phone numbers. It can analyze phone numbers, perform searches, generate search dorks, and retrieve additional information using different command-line options. You can easily install and use PhoneIntel in Termux with Python and pip.
Here’s what you can do with PhoneIntel in Termux:
- Analyze phone numbers.
- Search phone numbers and related information.
- Generate Google dorks for phone numbers.
- Open search results in your browser.
- Use Neutrino API support.
- Learn phone number OSINT.
Install PhoneIntel in Termux
Below are the simple commands to install PhoneIntel in Termux. Copy and run each command one by one to install the tool.
Update Termux packages.
pkg update && pkg upgrade -yInstall Python.
pkg install python -yInstall PhoneIntel.
pip install phoneintelPhoneIntel is now installed and ready to use.
Use PhoneIntel in Termux
After installing PhoneIntel, you can use different commands to analyze phone numbers, perform searches, generate search dorks, and access other available features.
Show the help menu.
phoneintel --helpGet information about a phone number.
phoneintel --info +14155552671Get phone information and display its location on a map.
phoneintel --info +14155552671 --mapSearch for a phone number.
phoneintel --search +14155552671Search using a text string.
phoneintel --search --string "John Doe"Search using an input file.
phoneintel --search --input numbers.txtGenerate Google dorks.
phoneintel --dorks +14155552671 --type social_networksGenerate all available dorks.
phoneintel --dorks +14155552671 --type allOpen search results in your browser.
phoneintel --browser +14155552671Login to the Neutrino API (Optional).
phoneintel --neutrino --login --id YOUR_API_ID --key YOUR_API_KEYShow saved Neutrino API credentials.
phoneintel --neutrino --showShow the credits.
phoneintel --creditsShow the disclaimer.
phoneintel --disclaimerSelect the command you want to use, provide the required phone number or option, and PhoneIntel will process the request and display the results in the terminal.
End Note
PhoneIntel is a simple and useful OSINT tool for gathering publicly available information about phone numbers. It is easy to install, beginner-friendly, and helps you learn phone number reconnaissance using simple commands in Termux.

