Browse Exploit & Auxiliary Modules

The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.

Search for modules

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


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
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module