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
- auxiliary/dos/wifi/apple_orinoco_probe_response
- auxiliary/dos/wifi/cts_rts_flood
- auxiliary/dos/wifi/deauth
- auxiliary/dos/wifi/fakeap
- auxiliary/dos/wifi/file2air
- auxiliary/dos/wifi/netgear_ma521_rates
- auxiliary/dos/wifi/netgear_wg311pci
- auxiliary/dos/wifi/probe_resp_null_ssid
- auxiliary/dos/wifi/wifun
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/dos/wifi/ssidlist_beacon
msf auxiliary(ssidlist_beacon) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
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 |
