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

Wireless CTS/RTS Flooder

This module sends 802.11 CTS/RTS requests to a specific wireless peer, using the specified source address,


Rank

  • Normal

Authors

  • Brad Antoniewicz < >

Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use auxiliary/dos/wifi/cts_rts_flood
msf auxiliary(cts_rts_flood) > set ADDR_DST [STRING]
msf auxiliary(cts_rts_flood) > run


Module Options

ADDR_DST TARGET MAC (e.g 00:DE:AD:BE:EF:00)
ADDR_SRC Source MAC (not needed for CTS)
CHANNEL The initial channel (default: 11)
DRIVER The name of the wireless driver for lorcon (default: autodetect)
INTERFACE The name of the wireless interface (default: wlan0)
NUM Number of frames to send (default: 100)
TYPE Type of Frame (RTS, CTS) (default: RTS)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module