Metasploit Penetration Testing Framework
Search Engine Domain Email Address Collector
This module uses Google, Bing and Yahoo to create a list of valid email addresses for the target domain.
Rank
Authors
- Carlos Perez < carlos_perez [at] darkoperator.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/gather/search_email_collector
msf auxiliary(search_email_collector) > set DOMAIN [STRING]
msf auxiliary(search_email_collector) > run
Module Options
| DOMAIN |
The domain name to locate email addresses for |
| OUTFILE |
A filename to store the generated email list |
| SEARCH_BING |
Enable Bing as a backend search engine (default: true) |
| SEARCH_GOOGLE |
Enable Google as a backend search engine (default: true) |
| SEARCH_YAHOO |
Enable Yahoo! as a backend search engine (default: true) |
| PROXY |
Proxy server to route connection. <host>:<port> |
| PROXY_PASS |
Proxy Server Password |
| PROXY_USER |
Proxy Server User |
| WORKSPACE |
Specify the workspace for this module |