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 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


Usage Information

$ msfconsole

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

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