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
Metasploit Web Crawler
This auxiliary module is a modular web crawler, to be used in conjuntion with wmap (someday) or standalone.
Rank
- Normal
Authors
- et < et [at] metasploit.com >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/crawler/msfcrawler
msf auxiliary(msfcrawler) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(msfcrawler) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/crawler/msfcrawler
msf auxiliary(msfcrawler) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(msfcrawler) > run
Module Options
| PATH | Starting crawling path (default: /) |
| RHOSTS | The target address range or CIDR identifier |
| RPORT | Remote port (default: 80) |
| THREADS | The number of concurrent threads (default: 1) |
| CrawlerModulesDir | The base directory containing the crawler modules |
| DontCrawl | Filestypes not to crawl |
| EnableUl | Enable maximum number of request per URI |
| MaxUriLimit | Number max. request per URI |
| ReadTimeout | Read timeout (-1 forever) |
| ShowProgress | Display progress messages during a scan |
| ShowProgressPercent | The interval in percent that progress should be shown |
| SleepTime | Sleep time (secs) between requests |
| StoreDB | Store requests in database |
| TakeTimeout | Timeout for loop ending |
| ThreadNum | Threads number |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
