mirror of
https://github.com/DepthFirstDisclosures/Nginx-Rift.git
synced 2026-05-16 11:07:44 +00:00
10 lines
No EOL
300 B
Markdown
10 lines
No EOL
300 B
Markdown
# Nginx Rift Exploit
|
|
|
|
**CVE:** CVE-2026-42945
|
|
**Tested on:** Ubuntu 24.04.3 LTS
|
|
|
|
## Usage
|
|
|
|
1. Run `./setup.sh` to create the container.
|
|
2. Run `docker compose -f env/docker-compose.yml up` to start the vulnerable nginx server.
|
|
3. Run `python3 poc.py --shell` to achieve RCE (Remote Code Execution). |