Phoneinfoga

From Piszczynski
Revision as of 22:32, 15 November 2023 by Aleks (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.