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

services:
  h2:
    build: ./h2
    ports:
      - "9092:9092"
    container_name: h2-vulnerable

  client:
    build: ./client
    depends_on:
      - h2
    container_name: h2-exploit-client
    tty: true