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

Http:BL lookup

This module can be used to enumerate information about an IP addresses from Project HoneyPot's HTTP Block List.


Rank

  • Normal

Authors

  • Rob Fuller < mubix [at] rapid7.com >

References


Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use auxiliary/scanner/http/httpbl_lookup
msf auxiliary(httpbl_lookup) > set HTTPBL_APIKEY [STRING]
msf auxiliary(httpbl_lookup) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(httpbl_lookup) > run


Module Options

HTTPBL_APIKEY Your HTTP:BL api key
RHOSTS The target address range or CIDR identifier
THREADS The number of concurrent threads (default: 1)
ShowProgress Display progress messages during a scan
ShowProgressPercent The interval in percent that progress should be shown
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module