https://github.com/fest1ck/coverage-playground-playground
Example docker setup of the experimental fuzzer "coverage-playground"
https://github.com/fest1ck/coverage-playground-playground
fuzzing
Last synced: 5 months ago
JSON representation
Example docker setup of the experimental fuzzer "coverage-playground"
- Host: GitHub
- URL: https://github.com/fest1ck/coverage-playground-playground
- Owner: fEst1ck
- Created: 2025-08-07T01:06:17.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-08-07T01:27:56.000Z (11 months ago)
- Last Synced: 2026-01-31T15:51:37.204Z (5 months ago)
- Topics: fuzzing
- Language: Dockerfile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is an example docker setup for our experimental fuzzer [coverage-playground](https://github.com/fEst1ck/coverage-playground).
You can use it to fuzz your PUT (program under test) by customizing
- `fetch_put.sh` to fetch the source of the PUT
- `build_put.sh` to build the PUT
- `corpus.sh` to fetch the corpus
- `fuzz.sh` to run the fuzzing command
# Usage
```bash
# Build the docker image
docker build -t fuzzer .
# Run the container
docker run -it fuzzer /bin/bash
# Run the fuzzing command in the container
/fuzz.sh
```
# System Requirements
Tested on:
- Ubuntu 24.04.1 LTS
- Docker version 27.5.1, build 27.5.1-0ubuntu3~24.04.2