Phonia in Termux – Phone Number Information & OSINT Tool

Phonia is a simple phone number OSINT tool that helps you investigate phone numbers and collect publicly available information. It can scan phone numbers, perform reconnaissance, and display useful details from different sources. It also supports scanning multiple phone numbers and saving the results to a file.

Here’s what you can do with Phonia in Termux:

  • Investigate phone numbers.
  • Scan multiple phone numbers from a file.
  • Use different reconnaissance scanners.
  • Save scan results to a file.
  • Perform custom phone number reconnaissance.
  • Learn phone number OSINT techniques.

Install Phonia in Termux

Below are the installation commands for Phonia in Termux. Copy and run them one by one to install the tool and start investigating phone numbers.

Update Termux packages.

pkg update && pkg upgrade -y

Install Git and Python.

pkg install git python -y

Clone the Phonia repository.

git clone https://github.com/coredamage/phonia.git

Move into the project directory.

cd phonia

Install the required Python packages.

pip install -r requirements.txt

Install the compatible urllib3 and six packages.

pip install urllib3==1.26.18 six

Run Phonia.

python phonia.py

Phonia is now installed and ready to use.

Use Phonia in Termux

Below are the usage commands of the phonia tool.

Display the help menu.

python phonia.py -h

Scan a single phone number.

python phonia.py -n +1234567890

Scan multiple phone numbers from a file.

python phonia.py -i numbers.txt

Save the scan results to a file.

python phonia.py -n +1234567890 -o results.txt

Use a specific scanner.

python phonia.py -n +1234567890 -s scanner_name

Launch custom format reconnaissance.

python phonia.py -n +1234567890 --recon

Disable colored output.

python phonia.py -n +1234567890 --no-ansi

Update Phonia.

python phonia.py -u

Show toolkit information.

python phonia.py --info

End Note

Phonia is a useful phone number OSINT tool for collecting publicly available information about phone numbers. It helps you investigate phone numbers, perform basic reconnaissance, and learn phone number OSINT using simple commands in Termux.

SHARE THIS POST: