This commit is contained in:
Raphael Cerveaux 2018-11-06 18:23:12 +01:00 committed by GitHub
parent b39dbe42aa
commit 021e7d91ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 9 deletions

View File

@ -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 :