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
- Normal
Authors
- Carlos Perez < carlos_perez [at] darkoperator.com >
Development
Similar Modules
- auxiliary/gather/android_htmlfileprovider
- auxiliary/gather/checkpoint_hostname
- auxiliary/gather/citrix_published_applications
- auxiliary/gather/citrix_published_bruteforce
- auxiliary/gather/corpwatch_lookup_id
- auxiliary/gather/corpwatch_lookup_name
- auxiliary/gather/d20pass
- auxiliary/gather/enum_dns
- auxiliary/gather/natpmp_external_address
- auxiliary/gather/shodan_search
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/gather/search_email_collector
msf auxiliary(search_email_collector) > set DOMAIN [STRING]
msf auxiliary(search_email_collector) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
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 |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
