Cheatography
https://cheatography.com
Brief summary of options available for both Infoga--a Python utility designed to gather email addresses from a given domain--and PhoneInfoga--a Python utility designed to gather information about a supplied phone number.
Infoga Flags-d/--domain | Target URL/Name | -s/--source | Source data | -b/--breach | Check if email was breached | -i/--info | Get email information | -r/--report | Simple text file report | -v/-verbose | Verbosity level (1-3) | -H/--help | Displays help menu |
Infoga Source Optionsall | default | google | bing | yahoo | ask | baidu | dogpile | exalead | pgp |
Examplesinfoga -d [TARGET] | Search for email addresses from this domain | infoga -d [TARGET] -s google | Search for email addresses from this domain using Google alone | infoga -d [TARGET] -v3 | Verbose (level one) output of email addresses found | infoga -d [TARGET] --breach -v 1 | Determine if any email addresses found have been found in a breach | infoga -i [EMAIL] --breach | Check if a particular email was leaked in breach | infoga -d [TARGET] -r results.txt | Output results to a text file |
| | PhoneInfoga Available Commandsscan | Scan a phone number | serve | Serve web client |
PhoneInfoga Flagsscan -n/--number | Specify the phone number to scan (E164 or international format) | scan -n/--number --help | Show options and syntax for scan | serve -p/--port | Specify port number to serve the web client | serve --no-client | Disable web client and use REST API only | serve --help | Show options and syntax for serving web client |
PhoneInfoga Examplesphoneinfoga scan -n '+1(111) 111-1111' | Scan phone number | phoneinfoga serve -p [PORT_NUM] | Spin up web server utility over specified port | phoneinfoga serve --no-client -p [PORT_NUM] | Use API only utility |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets
More Cheat Sheets by sir_slammington