PhoneIntel in Termux – Phone Number Intelligence Tool

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 -y

Install Python.

pkg install python -y

Install PhoneIntel.

pip install phoneintel

PhoneIntel 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 --help

Get information about a phone number.

phoneintel --info +14155552671

Get phone information and display its location on a map.

phoneintel --info +14155552671 --map

Search for a phone number.

phoneintel --search +14155552671

Search using a text string.

phoneintel --search --string "John Doe"

Search using an input file.

phoneintel --search --input numbers.txt

Generate Google dorks.

phoneintel --dorks +14155552671 --type social_networks

Generate all available dorks.

phoneintel --dorks +14155552671 --type all

Open search results in your browser.

phoneintel --browser +14155552671

Login to the Neutrino API (Optional).

phoneintel --neutrino --login --id YOUR_API_ID --key YOUR_API_KEY

Show saved Neutrino API credentials.

phoneintel --neutrino --show

Show the credits.

phoneintel --credits

Show the disclaimer.

phoneintel --disclaimer

Select 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.

SHARE THIS POST: