
Builds a shell.so reverse shell payload for CVE-2025-1974 (IngressNightmare) using Alpine Linux in Docker, with hardcoded IP and port configuration.
This project allows you to build a shell.so payload using Alpine Linux inside a Docker container.
Clone the repository: git clone <repository_url> cd <repository_name>
Build the payload: ./run_build.sh
The compiled shell.so will be generated in the project root directory.
⚠️ Important: The reverse shell IP and port are hardcoded in shell.c. Make sure to update them before building the payload.