Microsoft Windows NAT Helper Denial of Service - Metasploit


This page contains detailed information about how to use the auxiliary/dos/windows/nat/nat_helper metasploit module. For list of all metasploit modules, visit the Metasploit Module Library.

Module Overview


Name: Microsoft Windows NAT Helper Denial of Service
Module: auxiliary/dos/windows/nat/nat_helper
Source code: modules/auxiliary/dos/windows/nat/nat_helper.rb
Disclosure date: 2006-10-26
Last modification time: 2020-10-02 17:38:06 +0000
Supported architecture(s): -
Supported platform(s): -
Target service / protocol: -
Target network port(s): 53
List of CVEs: CVE-2006-5614

This module exploits a denial of service vulnerability within the Internet Connection Sharing service in Windows XP.

Module Ranking and Traits


Module Ranking:

  • normal: The exploit is otherwise reliable, but depends on a specific version and can't (or doesn't) reliably autodetect. More information about ranking can be found here.

Basic Usage


msf > use auxiliary/dos/windows/nat/nat_helper
msf auxiliary(nat_helper) > show targets
    ... a list of targets ...
msf auxiliary(nat_helper) > set TARGET target-id
msf auxiliary(nat_helper) > show options
    ... show and set options ...
msf auxiliary(nat_helper) > exploit

Required Options


  • RHOSTS: The target host(s), range CIDR identifier, or hosts file with syntax 'file:<path>'

Go back to menu.

Msfconsole Usage


Here is how the dos/windows/nat/nat_helper auxiliary module looks in the msfconsole:

msf6 > use auxiliary/dos/windows/nat/nat_helper

msf6 auxiliary(dos/windows/nat/nat_helper) > show info

       Name: Microsoft Windows NAT Helper Denial of Service
     Module: auxiliary/dos/windows/nat/nat_helper
    License: Metasploit Framework License (BSD)
       Rank: Normal
  Disclosed: 2006-10-26

Provided by:
  MC <[email protected]>

Check supported:
  No

Basic options:
  Name    Current Setting  Required  Description
  ----    ---------------  --------  -----------
  RHOSTS                   yes       The target host(s), range CIDR identifier, or hosts file with syntax 'file:<path>'
  RPORT   53               yes       The target port (UDP)

Description:
  This module exploits a denial of service vulnerability within the 
  Internet Connection Sharing service in Windows XP.

References:
  OSVDB (30096)
  http://www.securityfocus.com/bid/20804
  https://nvd.nist.gov/vuln/detail/CVE-2006-5614

Module Options


This is a complete list of options available in the dos/windows/nat/nat_helper auxiliary module:

msf6 auxiliary(dos/windows/nat/nat_helper) > show options

Module options (auxiliary/dos/windows/nat/nat_helper):

   Name    Current Setting  Required  Description
   ----    ---------------  --------  -----------
   RHOSTS                   yes       The target host(s), range CIDR identifier, or hosts file with syntax 'file:<path>'
   RPORT   53               yes       The target port (UDP)

Advanced Options


Here is a complete list of advanced options supported by the dos/windows/nat/nat_helper auxiliary module:

msf6 auxiliary(dos/windows/nat/nat_helper) > show advanced

Module advanced options (auxiliary/dos/windows/nat/nat_helper):

   Name       Current Setting  Required  Description
   ----       ---------------  --------  -----------
   CHOST                       no        The local client address
   CPORT                       no        The local client port
   VERBOSE    false            no        Enable detailed status messages
   WORKSPACE                   no        Specify the workspace for this module

Auxiliary Actions


This is a list of all auxiliary actions that the dos/windows/nat/nat_helper module can do:

msf6 auxiliary(dos/windows/nat/nat_helper) > show actions

Auxiliary actions:

   Name  Description
   ----  -----------

Evasion Options


Here is the full list of possible evasion options supported by the dos/windows/nat/nat_helper auxiliary module in order to evade defenses (e.g. Antivirus, EDR, Firewall, NIDS etc.):

msf6 auxiliary(dos/windows/nat/nat_helper) > show evasion

Module evasion options:

   Name  Current Setting  Required  Description
   ----  ---------------  --------  -----------

Go back to menu.


References


See Also


Check also the following modules related to this module:

Authors


  • MC

Version


This page has been produced using Metasploit Framework version 6.1.24-dev. For more modules, visit the Metasploit Module Library.

Go back to menu.