Wireless Frame (File) Injector
Inspired by Josh Wright's file2air, this module writes wireless frames from a binary file to the air, allowing you to substitute some addresses before it gets sent. Unlike the original file2air (currently v1.1), this module *does* take into account the ToDS and FromDS flags in the frame when replacing any specified addresses.
Rank
- Normal
Authors
- kris katterjohn < katterjohn [at] gmail.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/netgear_ma521_rates
- auxiliary/dos/wifi/netgear_wg311pci
- auxiliary/dos/wifi/probe_resp_null_ssid
- auxiliary/dos/wifi/ssidlist_beacon
- auxiliary/dos/wifi/wifun
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/dos/wifi/file2air
msf auxiliary(file2air) > set FILE [STRING]
msf auxiliary(file2air) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/dos/wifi/file2air
msf auxiliary(file2air) > set FILE [STRING]
msf auxiliary(file2air) > run
Module Options
| ADDR_DST | Target MAC (e.g. 00:DE:AD:BE:EF:00) |
| ADDR_SRC | Source MAC (e.g. 00:DE:AD:BE:EF:00) |
| BSSID | BSSID (e.g. 00:DE:AD:BE:EF:00) |
| CHANNEL | The initial channel (default: 11) |
| DRIVER | The name of the wireless driver for lorcon (default: autodetect) |
| FILE | Filename to write to the air |
| INTERFACE | The name of the wireless interface (default: wlan0) |
| NUM | Number of frames to send (default: 1) |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
