Metasploit Penetration Testing Framework
DNSpwn DNS hijack
Race DNS responses and replace DNS queries
Rank
Authors
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/spoof/wifi/dnspwn
msf auxiliary(dnspwn) > run
Module Options
| CHANNEL |
The initial channel (default: 11) |
| DNSLIST |
YAML file of DNS entries for replacement (default: /usr/lib/msf3/data/exploits/wifi/dnspwn/dnslist.yml) |
| DRIVER |
The name of the wireless driver for lorcon (default: autodetect) |
| DURATION |
Duration of spoofed IP record (default: 99999) |
| FILTER |
Default BPF filter (default: port 53) |
| INTERFACE |
The name of the wireless interface (default: wlan0) |
| IP |
IP for host resolution (default: 1.2.3.4) |
| MATCH |
Match for DNS name replacement (default: (.*)) |
| USEDNSFILE |
Use dns list file for response (default: false) |
| WORKSPACE |
Specify the workspace for this module |