Rapid7 Vulnerability & Exploit Database

Native DNS Server (Example)

Back to Search

Native DNS Server (Example)

Created
06/14/2018

Description

This module provides a Rex based DNS service which can store static entries, resolve names over pivots, and serve DNS requests across routed session comms. DNS tunnels can operate across the Rex switchboard, and DNS other modules can use this as a template. Setting static records via hostfile allows for DNS spoofing attacks without direct traffic manipulation at the handlers. handlers for requests and responses provided here mimic the internal Rex functionality, but utilize methods within this module's namespace to output content processed in the Proc contexts via vprint_status.

Author(s)

  • RageLtMan <rageltman@sempervictus>

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/server/dns/native_server
msf auxiliary(native_server) > show actions
    ...actions...
msf auxiliary(native_server) > set ACTION < action-name >
msf auxiliary(native_server) > show options
    ...show and set options...
msf auxiliary(native_server) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;