Open In App

Phonia – Advanced Toolkits To Scan Phone Numbers

Improve
Improve
Like Article
Like
Save
Share
Report

Phonia tool is an automated tool used in the process of OSINT for getting the information about the target with the help of a phone number. Phonia tools developed in the Python Language and its available on the GitHub platform. It’s free and open-source to use. This tool aims to get accurate results with good performance. This tool can gather information like country, area, carrier, and line type on any international number. 

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Installation of Phonia Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

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

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd phonia

Step 3: You are in the directory of the phonia. Now you have to install a dependency of the phonia using the following command.

sudo pip install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check the help section.

python3 phonia.py -h

Working with Phonia Tool on Kali Linux OS

Example 1: Basic Scan

python3 phonia.py -n +9118002584458

In this example, we are performing a basic number scan on geeksforgeeks customer care number.

We have got the information about the number which we have provided as an input.

Example 2: List Scan

python3 phonia.py -i input.txt -o output.txt

In this example, we are performing multiple number scans from the input.txt file.

We have given the input file location and the results will be stored in the output.txt file.

Our search results are been saved in the output.txt file.


Last Updated : 04 Jan, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads