Fake DNS Service | Metasploit Exploit Database (DB)

Fake DNS Service

This module provides a DNS service that redirects all queries to a particular address.

Search Other Modules


Rank

  • Normal

Authors

  • ddz < ddz [at] theta44.org >
  • hdm < hdm [at] metasploit.com >

Development


Similar Modules


Usage Information

$ msfconsole

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

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