beelzebruh / cve-2019-5737

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# Linux:

docker build -t cve:linux - < Dockerfile
docker run cve:linux
strings /usr/bin/docker-runc | tail -n 2

# Windows:

Get-Content Dockerfile | docker build -t cve:windows
docker run cve:windows
findstr /usr/bin/docker-runc | tail -n 2

About


Languages

Language:C 95.5%Language:Dockerfile 4.5%