Advertisement
TVT618

[Linux] Infoga - Gathering Email Information from Website

Feb 26th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. [Linux]
  2. Infoga - Gathering Email Information from Website
  3.  
  4. Infoga - Email Information Gathering
  5. Infoga is a tool for gathering e-mail accounts information (ip,hostname,country,...) from different public sources (search engines, pgp key servers). Is a really simple tool, but very effective for the early stages of a penetration test or just to know the visibility of your company in the Internet.
  6.  
  7. DISCLAIMER: Usage of Infoga for attacking targets without prior mutual consent is illegal. Infoga developer not responsible to any damage caused by Infoga.
  8.  
  9. Requirements: Python 2.7
  10.  
  11. Installation
  12. git clone https://github.com/m4ll0k/Infoga infoga (Download Infoga)
  13. cd infoga
  14. pip install -r requirements.txt (Install the required modules)
  15. python infoga.py (Run Infoga)
  16.  
  17. Usage
  18. python infoga.py --domain [DOMAIN] --source [SOURCE] --verbose [LEVEL]
  19. python infoga.py --info [EMAIL] --verbose [LEVEL]
  20.  
  21. Example
  22. python infoga.py --domain fbi.gov --source google --verbose 3
  23. python infoga.py --domain fbi.gov --source all --verbose 3
  24.  
  25. Download Infoga: https://github.com/m4ll0k/Infoga
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement