Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

unnawut/roca-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Docker Container for ROCA detection

A small docker container that set-ups and runs roca-detect to check if your keys are affected by ROCA vulnerability.

Usage

Run the following docker command:

docker run --rm -v /path/to/your/keys:/keys --network none unnawut/roca-detect

Or analyze the keys in your current working directory:

docker run --rm -v $(pwd):/keys --network none unnawut/roca-detect

Notes on the docker flags used:

--rm deletes the container after running. This ensures the container does not linger around with your keys data in there after the run.

--network none disables the container's network connection. This ensures your keys will not (intentionally or unintentionally) get sent out to the wide.