Phoneinfoga

From Piszczynski

Get info on phone numbers

You can use Phoneinfoga to gather info on phone numbers from a phone number database.

Easily use docker image for free in google cloud shell:

go to google cloud https://console.cloud.google.com/

access the cloud shell and run the docker image from here https://sundowndev.github.io/phoneinfoga/getting-started/install/

  • docker pull sundowndev/phoneinfoga:latest

then run scan with the following command:

  • docker run -it sundowndev/phoneinfoga scan -n <phone number with country code>

Can also set the docker image to run with web access:

  • docker run -it -p 8080:8080 sundowndev/phoneinfoga server -p 8080

Then access the site with the web preview option in the cloud shell.