Microsoft IIS FTP Server <= 7.0 LIST Stack Exhaustion | Metasploit Exploit Database (DB)

Microsoft IIS FTP Server <= 7.0 LIST Stack Exhaustion

This module triggers Denial of Service condition in the Microsoft Internet Information Services (IIS) FTP Server 5.0 through 7.0 via a list (ls) -R command containing a wildcard. For this exploit to work in most cases, you need 1) a valid ftp account: either read-only or write-access account 2) the "FTP Publishing" must be configured as "manual" mode in startup type 3) there must be at least one directory under FTP root directory. If your provided an FTP account has write-access privilege and there is no single directory, a new directory with random name will be created prior to sending exploit payload.

Search Other Modules


Rank

  • Normal

Authors

  • Kingcope < >
  • Myo Soe < >

Vulnerability References


Development


Similar Modules


Usage Information

$ msfconsole

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

msf > use auxiliary/dos/windows/ftp/iis_list_exhaustion
msf auxiliary(iis_list_exhaustion) > set RHOST [TARGET IP]
msf auxiliary(iis_list_exhaustion) > run


Module Options

FTPPASS The password for the specified username (default: mozilla@example.com)
FTPUSER The username to authenticate as (default: anonymous)
RHOST The target address
RPORT The target port (default: 21)
CHOST The local client address
CPORT The local client port
ConnectTimeout Maximum number of seconds to establish a TCP connection
FTPDEBUG Whether or not to print verbose debug statements
FTPTimeout The number of seconds to wait for a reply from an FTP command
Proxies Use a proxy chain
SSL Negotiate SSL for outgoing connections
SSLVersion Specify the version of SSL that should be used (accepted: SSL2, SSL3, TLS1)
VERBOSE Enable detailed status messages
WORKSPACE Specify the workspace for this module
TCP::max_send_size Maxiumum tcp segment size. (0 = disable)
TCP::send_delay Delays inserted before every send. (0 = disable)