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 Beacon SSID Emulator

This module sends out beacon frames using SSID's identified in a specified file and randomly selected BSSID's. This is useful when combined with a Karmetasploit attack to get clients configured to not probe for networks in their PNL to start probing when they see a matching SSID in from this script. For a list of common SSID's to use with this script, check http://www.wigle.net/gps/gps/main/ssidstats. If a file of SSID's is not specified, a default list of 20 SSID's will be used. This script will run indefinitely until interrupted.


Rank

  • Normal

Authors

  • joswr1ght < >
  • hdm < hdm [at] metasploit.com >

Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use auxiliary/dos/wifi/ssidlist_beacon
msf auxiliary(ssidlist_beacon) > run


Module Options

CHANNEL The default channel number (default: 11)
DRIVER The name of the wireless driver for lorcon (default: madwifing)
INTERFACE The name of the wireless interface (default: ath0)
SSIDS_FILE Filename of SSID's to broadcast, one per line
TXMOD The injected modulation type (accepted: DEFAULT, FHSS, DSSS, OFDM, TURBO, MIMO, MIMOGF) (default: DSSS)
TXRATE The injected transmit rate (default: 2)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module