Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2023-22515-NSE — Vulnerability checking tool via Nmap Scripting Engine | Kitploit
Tools/GitHubGitHub/spareack/cve-2023-22515-nse
ReconnaissanceVulnerability ScannersExploitationWeb Application ExploitationInformation GatheringPenetration Testing
GitHubspareack/cve-2023-22515-nse

CVE-2023-22515-NSE

Vulnerability checking tool via Nmap Scripting Engine

View Repository
4361 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2023-22515-NSE

This repository provides a tool to check for the presence of the CVE-2023-22515 vulnerability in Atlassian Confluence Server using the Nmap Scripting Engine (NSE).

Overview of CVE-2023-22515

CVE-2023-22515 is a critical vulnerability in Atlassian Confluence Server that allows attackers to:

  1. Modify server configurations by sending a request to the vulnerable endpoint: bootstrapStatusProvider.applicationConfig.setupComplete=false.
  2. Send a POST request to /setup/setupadministrator.action to create a new administrator account.
  3. Authenticate via /rest/api/user?username={username} and potentially compromise the system.

NSE Script for Nmap

The provided NSE script (script.nse) checks for the presence of this vulnerability by:

  1. Verifying the software version.
  2. Analyzing responses to requests sent to vulnerable routes.

Example for a vulnerable version:

Vulnerable Version Example

Example for a patched version:

Patched Version Example

Testing the Script

To test the script:

  1. Start the services:

    root@kitploit:~
    docker compose up
    
  2. Run the Nmap scan with the NSE script:

    root@kitploit:~
    nmap --script=script.nse -p localhost
    

You can replace localhost with [port] [target] if desired.


Download Tool