{"id":20481302,"url":"https://github.com/0xricksanchez/docker_fuzz","last_synced_at":"2025-03-05T15:43:37.519Z","repository":{"id":134703224,"uuid":"429478135","full_name":"0xricksanchez/docker_fuzz","owner":"0xricksanchez","description":"GH repo for the docker fuzz container that contains all necessary tools to get started with binary fuzzing and debugging","archived":false,"fork":false,"pushed_at":"2022-02-02T22:28:40.000Z","size":10,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-16T04:12:12.124Z","etag":null,"topics":["afl-fuzz","fuzzing","gdb","honggfuzz","libfuzzer","pwndbg","radamsa","rr","triage"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0xricksanchez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-11-18T15:17:24.000Z","updated_at":"2023-03-02T12:18:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"90945ab5-e1de-4047-9462-bad8f8692dd6","html_url":"https://github.com/0xricksanchez/docker_fuzz","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/0xricksanchez%2Fdocker_fuzz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2Fdocker_fuzz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2Fdocker_fuzz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xricksanchez%2Fdocker_fuzz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xricksanchez","download_url":"https://codeload.github.com/0xricksanchez/docker_fuzz/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242058080,"owners_count":20065062,"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":["afl-fuzz","fuzzing","gdb","honggfuzz","libfuzzer","pwndbg","radamsa","rr","triage"],"created_at":"2024-11-15T16:07:41.625Z","updated_at":"2025-03-05T15:43:37.514Z","avatar_url":"https://github.com/0xricksanchez.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README\n\nThis is an all purpose test container for all things fuzzing/debugging.\nIt has a bunch of tools installed to get you started.\nList of tools:\n\n* AFL++ (full)\n    * AFL-cov\n* libfuzzer\n* honggfuzz\n* radamsa\n* gdb(-multiarch) with pwndbg\n* rr\n* crashwalk\n* exploitable\n* zsh\n* hexyl\n* ripgrep\n* bat\n* httpie\n* exposed ssh server\n* go\n* python3\n* valgrind\n* strace, ltrace, uftrace, lcov, gcov, llvm-cov\n\nJust build and run it as you would any other container\n\n```bash\ndocker built -t bfuzz .\ndocker run -it --cap-add=SYS_PTRACE --security-opt seccomp=unconfined bfuzz\n// alternatively if you want to mount a fuzz target into the container run\ndocker run -itv \"/host_dir:/container_dir\" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined bfuzz\n```\n\nor you can even pull the container directly from docker hub:\n\n```bash\ndocker pull 0x434b/bfuzz\ndocker run -itv \"$(pwd)/host_dir:/container_dir\" --cap-add=SYS_PTRACE --security-opt seccomp=unconfined 0x434b:bfuzz\n```\n\nThe extra flags `--cap-add=SYS_PTRACE --security-opt seccomp=unconfined` are needed by the *rr* debugger to work inside a docker container.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xricksanchez%2Fdocker_fuzz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xricksanchez%2Fdocker_fuzz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xricksanchez%2Fdocker_fuzz/lists"}