5692 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / docker-compose.yml YML
# NimbusPwn vulnerable lab. Context is the repo root so COPY can reach nimbuspwn.c.
#   docker compose build
#   docker compose run --rm nimbuspwn-lab    # then, as pwn: ./nimbuspwn
services:
  nimbuspwn-lab:
    build:
      context: .
      dockerfile: docker/Dockerfile
    image: nimbuspwn-lab
    stdin_open: true
    tty: true