This commit is contained in:
sundowndev 2018-12-10 16:24:09 +01:00
parent f03061dd00
commit aa0485ba9d
1 changed files with 4 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# PhoneInfoga
![](https://img.shields.io/badge/python-3.x-blue.svg)
![](https://img.shields.io/badge/license-MIT-brightgreen.svg)
Information gathering & OSINT reconnaissance tool for phone numbers.
One of the most advanced tools to scan phone numbers using only free resources. The goal is to first gather basic information such as country, area, carrier and line type on any international phone numbers with a very good accuracy. Then try to determine the VoIP provider or search for footprints on search engines to try identify the owner.
**This tool requires python 2.x**
## Features
- Check if phone number exists and is possible
@ -38,7 +39,7 @@ Use `any` to disable this feature. Default value: `all`
```bash
git clone https://github.com/sundowndev/PhoneInfoga
cd ./PhoneInfoga
pip install -r requirements.txt
pip3 install -r requirements.txt
```
## Usage