Share
## https://sploitus.com/exploit?id=8A4DA3F2-256C-530C-AA34-6622B2017D83
# Description
Vibe coded a small exploit script in pure Bash without dependencies on tools that might not be installed. The script talks to the internal Docker API, creates and starts a new container, mounts the host C drive and then executes a command inside that. The output is streamed back to the console. The container is later on removed.

# Usage
./exploit.sh "whoami"