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

Latest commit

 

History

History
23 lines (14 loc) · 845 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 845 Bytes

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.