4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / docker-compose.yml YML
version: '3.5'

services:
    web:
        hostname: "cve-2020-28948"
        build: .
        ports:
            - "80:80"
        privileged: true
        command: >
                sh -c "service apache2 restart && /bin/bash"
        tty: true