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

Pull Archive.org stored URLs for a domain

This module pulls and parses the URLs stored by Archive.org for the purpose of replaying during a web assessment. Finding unlinked and old pages.


Rank

  • Normal

Authors

  • Rob Fuller < mubix [at] hak5.org >

Development


Similar Modules


Usage Information

$ msfconsole

                ##                          ###           ##    ##
 ##  ##  #### ###### ####  #####   #####    ##    ####        ######
####### ##  ##  ##  ##         ## ##  ##    ##   ##  ##   ###   ##
####### ######  ##  #####   ####  ##  ##    ##   ##  ##   ##    ##
## # ##     ##  ##  ##  ## ##      #####    ##   ##  ##   ##    ##
##   ##  #### ###   #####   #####     ##   ####   ####   #### ###
                                      ##

msf > use auxiliary/scanner/http/enum_wayback
msf auxiliary(enum_wayback) > set DOMAIN [STRING]
msf auxiliary(enum_wayback) > run


Module Options

DOMAIN Domain to request URLS for
OUTFILE Where to output the list for use
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