Advanced information gathering & OSINT tool for phone numbers.
Go to file
sundowndev b4be1bcb5a Secrets 2018-11-04 21:30:28 +01:00
.gitignore Ignore .idea 2018-11-04 21:30:06 +01:00
README.md README 2018-10-25 15:11:43 +02:00
phoneinfoga.py Fix number verification 2018-10-25 12:30:01 +02:00
requirements.txt Init script 2018-10-25 11:19:06 +02:00
secrets.py Secrets 2018-11-04 21:30:28 +01:00

README.md

PhoneInfoga

Information gathering tool for phone numbers.

This tool requires python 2.x

Features

  • Check if phone number exists
  • Gather standard informations such as country, line type and carrier
Up coming
  • Check several numbers at once
  • Set an output for result(s)
  • Check if number is from a VoIP provider
  • Get informations for special numbers (emergency)
  • Phone book search

Installation

git clone https://github.com/sundowndev/PhoneInfoga
cd ./PhoneInfoga
pip install -r requirements.txt
python phoneinfoga.py -h

Usage

Usage: PhoneInfoga options 

       -n|--number: Phone number to search
       -h|--help: Help command

Example :

python phoneinfoga.py -n 447700900409

License

This tool is MIT licensed.