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-2022-24816 — Exploit script for CVE-2022-24816 targeting GeoServer. Executes arbitrary commands on vulnerable servers via crafted HTTP requests. Includes dependency management and colorized output. | Kitploit
Tools/GitHubGitHub/c1ph3rbyt3/cve-2022-24816
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and Control
GitHubc1ph3rbyt3/cve-2022-24816

CVE-2022-24816

Exploit script for CVE-2022-24816 targeting GeoServer. Executes arbitrary commands on vulnerable servers via crafted HTTP requests. Includes dependency management and colorized output.

View Repository
111 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

Usage of CVE-2022-24816 script

Prerequisites

  1. Clone the repository:

    root@kitploit:~
    git clone https://github.com/c1ph3rbyt3/CVE-2022-24816.git
    cd CVE-2022-24816
    
  2. Install dependencies: Ensure you have Python 3 installed. Then, install the required dependencies by running:

    root@kitploit:~
    pip install -r requirements.txt
    

    The requirements.txt file includes the following libraries:

    • requests
    • urllib3
    • colorama

How to use the script

Available options

  • -u or --url: Specifies the target URL of the vulnerable GeoServer server. Example: http://example.com or https://example.com.
  • -c or --command: Specifies the command to be executed on the target system.

Execution example

  1. Run the script with a specific command:

    root@kitploit:~
    python CVE-2022-24816.py -u https://vulnerable-geoserver.com -c "whoami"
    

    This will send the malicious payload to the target server and display the command output on the screen.


Additional notes

  • The command output will be processed and displayed directly in the console.
  • If the server is not vulnerable, a message indicating that the exploitation failed will be received.

Contact

Created by: C1ph3rByt3

Download Tool