Badges
This commit is contained in:
parent
f03061dd00
commit
aa0485ba9d
|
@ -1,11 +1,12 @@
|
|||
# PhoneInfoga
|
||||
|
||||

|
||||

|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue