{"id":13464284,"url":"https://github.com/unnawut/roca-detect","last_synced_at":"2025-03-25T11:31:27.483Z","repository":{"id":68735572,"uuid":"107262807","full_name":"unnawut/roca-detect","owner":"unnawut","description":"A docker container that checks your keys for ROCA vulnerability.","archived":true,"fork":false,"pushed_at":"2017-10-17T14:20:47.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:34:21.901Z","etag":null,"topics":["detector","docker","docker-container","roca-detection","roca-vulnerability","rsa","rsa-keys","security","security-audit","security-tools","ssh-key"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unnawut.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-17T12:02:28.000Z","updated_at":"2023-01-28T21:04:46.000Z","dependencies_parsed_at":"2023-04-14T06:47:45.740Z","dependency_job_id":null,"html_url":"https://github.com/unnawut/roca-detect","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unnawut%2Froca-detect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unnawut%2Froca-detect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unnawut%2Froca-detect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unnawut%2Froca-detect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unnawut","download_url":"https://codeload.github.com/unnawut/roca-detect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245453933,"owners_count":20617944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["detector","docker","docker-container","roca-detection","roca-vulnerability","rsa","rsa-keys","security","security-audit","security-tools","ssh-key"],"created_at":"2024-07-31T14:00:39.049Z","updated_at":"2025-03-25T11:31:27.145Z","avatar_url":"https://github.com/unnawut.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Docker Container for ROCA detection\n\nA small docker container that set-ups and runs [roca-detect](https://github.com/crocs-muni/roca) to check if your keys are affected by [ROCA vulnerability](https://crocs.fi.muni.cz/public/papers/rsa_ccs17).\n\n## Usage\n\nRun the following docker command:\n\n```\ndocker run --rm -v /path/to/your/keys:/keys --network none unnawut/roca-detect\n```\n\nOr analyze the keys in your current working directory:\n\n```\ndocker run --rm -v $(pwd):/keys --network none unnawut/roca-detect\n```\n\n### Notes on the `docker` flags used:\n\n`--rm` deletes the container after running. This ensures the container does not linger around with your keys data in there after the run.\n\n`--network none` disables the container's network connection. This ensures your keys will not (intentionally or unintentionally) get sent out to the wide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funnawut%2Froca-detect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funnawut%2Froca-detect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funnawut%2Froca-detect/lists"}