Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justin-p/geoexplorer
Mass scanner for CVE-2024-36401
https://github.com/justin-p/geoexplorer
Last synced: 25 days ago
JSON representation
Mass scanner for CVE-2024-36401
- Host: GitHub
- URL: https://github.com/justin-p/geoexplorer
- Owner: justin-p
- License: mit
- Created: 2024-08-27T15:28:04.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T16:16:15.000Z (2 months ago)
- Last Synced: 2024-08-28T18:35:56.913Z (2 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoExplorer
GeoExplorer is a mass scanner project consisting of a client and server component designed to test GeoServer instances for CVE-2024-36401 and log successful exploitations.
## Project Structure
- `client/`: Contains the client-side Python script for sending specially crafted requests to abuse CVE-2024-36401 on GeoServer instances.
- `server/`: Contains the server-side async FastAPI application for logging incoming requests from exploited servers.## Getting Started
1. Set up the server component by following the instructions in `server/README.md`.
2. Use the client component as described in `client/README.md`.## License
This project is licensed under the MIT License.