By Manny Fernandez

August 14, 2021

Using PhoneInfoga to research phone numbers

Had a friend come to me and let me know that someone was calling his house about some roofing deals.  He got very nasty with my friends wife.  We wanted to identify this person.  I remembered using Phoneinforga back during my red team days.  I decided to re-install it.  Here is my journey.

Go to the git hub site for sundowndev

You will need to click on the release on the right hand side

2021-08-13_22-45-22

You will then need to choose the platform you are running.  For me running Ubuntu 20.04, I downloaded the ​PhoneInfoga_Linux_x86_64.tar.gz​

2021-08-13_22-56-57

You can download it anywhere on your drive, for me I created a folder under my home directory named Apps and copied the file there.

Now run the following command to extract the files

tar xfv PhoneInfoga_Linux_x86_64.tar.gz

You need to reference the file name you downloaded, again in my case it was ​PhoneInfoga_Linux_x86_64.tar.gz​

2021-08-13_23-06-41

You have two options now:

  • Command line
  • Web GUI

I will show you both

Command Line

You can run the following command to get the options:

mannyf@drag0nfly:~/Apps$ ./phoneinfoga --help
PhoneInfoga is one of the most advanced tools to scan phone numbers using only free resources.

Usage:
phoneinfoga [command]

Examples:
phoneinfoga scan -n <number>

Available Commands:
help Help about any command
scan Scan a phone number
serve Serve web client
version Print current version of the tool

Flags:
-h, --help help for phoneinfoga

Use "phoneinfoga [command] --help" for more information about a command.

You can use the scan keyword and -n to identify the number you want to check

./phoneinfoga scan -n 1786XXXXXXX

This will do all the legwork for you.

Web GUI

To launch the Web UI from the command line, you will need to use the serve keyword.  NOTE: By default, the server will listen on TCP 5000 however I use the -p to specify a port.  In my case, I used 8080

2021-08-13_22-35-50

Now you can launch your browser of choice, and connect to 127.0.0.1 with a :8080 after (use whatever port you specified with the -p.

2021-08-13_22-36-46

You can now enter the number you want to investigate.

Hope this helps.

Join the Conversation

1 Comment

Leave a comment

Your email address will not be published. Required fields are marked *

Recent posts

  • There are many options when troubleshooting in FortiGate firewalls. ... Full Story

  • Have you ever had an IPS signature that continues... Full Story

  • Use case:  Customer has a Split Tunnel Enabled but... Full Story