Show Menu
Cheatography

PhoneInfoga/Infoga Cheat Sheet by

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/--d­omain
Target URL/Name
-s/--s­ource
Source data
-b/--b­reach
Check if email was breached
-i/--info
Get email inform­ation
-r/--r­eport
Simple text file report
-v/-ve­rbose
Verbosity level (1-3)
-H/--help
Displays help menu

Infoga Source Options

all
default
google
bing
yahoo
ask
baidu
dogpile
exalead
pgp

Examples

infoga -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 result­s.txt
Output results to a text file
 

PhoneI­nfoga Available Commands

scan
Scan a phone number
serve
Serve web client

PhoneI­nfoga Flags

scan -n/--n­umber
Specify the phone number to scan (E164 or intern­ational format)
scan -n/--n­umber --help
Show options and syntax for scan
serve -p/--port
Specify port number to serve the web client
serve --no-c­lient
Disable web client and use REST API only
serve --help
Show options and syntax for serving web client

PhoneI­nfoga Examples

phonei­nfoga scan -n '+1(111) 111-1111'
Scan phone number
phonei­nfoga serve -p [PORT_NUM]
Spin up web server utility over specified port
phonei­nfoga serve --no-c­lient -p [PORT_NUM]
Use API only utility
       
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          Sherlock (Python) Cheat Sheet
          Shodan Cheat Sheet

          More Cheat Sheets by sir_slammington

          Sherlock (Python) Cheat Sheet
          Shodan Cheat Sheet