Fake DNS Service
This module provides a DNS service that redirects all queries to a particular address.
Rank
- Normal
Authors
- ddz < ddz [at] theta44.org >
- hdm < hdm [at] metasploit.com >
Development
Similar Modules
- auxiliary/server/browser_autopwn
- auxiliary/server/capture/ftp
- auxiliary/server/capture/http
- auxiliary/server/capture/http_javascript_keylogger
- auxiliary/server/capture/http_ntlm
- auxiliary/server/capture/imap
- auxiliary/server/capture/pop3
- auxiliary/server/capture/smb
- auxiliary/server/capture/smtp
- auxiliary/server/capture/telnet
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/server/fakedns
msf auxiliary(fakedns) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/server/fakedns
msf auxiliary(fakedns) > run
Module Options
| SRVHOST | The local host to listen on. (default: 0.0.0.0) |
| SRVPORT | The local port to listen on. (default: 53) |
| TARGETACTION | Action for TARGETDOMAIN (accepted: FAKE, BYPASS) (default: BYPASS) |
| TARGETDOMAIN | The list of target domain names we want to fully resolve (BYPASS) or fake resolve (FAKE) (default: www.google.com) |
| TARGETHOST | The address that all names should resolve to |
| LogConsole | Determines whether to log all request to the console |
| LogDatabase | Determines whether to log all request to the database |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
