Usage
This commit is contained in:
parent
b39dbe42aa
commit
021e7d91ef
26
README.md
26
README.md
|
@ -45,8 +45,6 @@ The tool only accepts E164 and International formats as input.
|
||||||
- ovh
|
- ovh
|
||||||
- annu
|
- annu
|
||||||
- numverify
|
- numverify
|
||||||
- any
|
|
||||||
- all
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -62,14 +60,24 @@ Then set APIs credentials in `secrets.py`.
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
Usage: PhoneInfoga options
|
usage: phoneinfoga.py -n <number> [options]
|
||||||
|
|
||||||
-n|--number: Phone number to search
|
Advanced information gathering tool for phone numbers
|
||||||
-i|--input: Phone number to search
|
(https://github.com/sundowndev/PhoneInfoga)
|
||||||
-o|--output: Phone number to search
|
|
||||||
-s|--scanner: Only use a specific scanner
|
optional arguments:
|
||||||
-h|--help: Help command
|
-h, --help show this help message and exit
|
||||||
--update: Update the tool & databases
|
-n number, --number number
|
||||||
|
The phone number to scan (E164 or International
|
||||||
|
format)
|
||||||
|
-i input_file, --input input_file
|
||||||
|
Phone number list to scan (one per line)
|
||||||
|
-o output_file, --output output_file
|
||||||
|
Output to save scan results
|
||||||
|
-s scanner, --scanner scanner (any to skip, default: all)
|
||||||
|
The scanner to use
|
||||||
|
--osint Use OSINT reconnaissance
|
||||||
|
-u, --update Update the tool & databases
|
||||||
```
|
```
|
||||||
|
|
||||||
Example :
|
Example :
|
||||||
|
|
Loading…
Reference in New Issue