https://github.com/alexandrecarlton/afl-docker
american fuzzy lop in a Docker container
https://github.com/alexandrecarlton/afl-docker
afl afl-fuzz afl-fuzzer docker docker-compose
Last synced: 3 months ago
JSON representation
american fuzzy lop in a Docker container
- Host: GitHub
- URL: https://github.com/alexandrecarlton/afl-docker
- Owner: AlexandreCarlton
- Created: 2017-11-19T06:22:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T11:28:00.000Z (about 7 years ago)
- Last Synced: 2025-02-28T05:57:55.255Z (3 months ago)
- Topics: afl, afl-fuzz, afl-fuzzer, docker, docker-compose
- Language: C++
- Size: 3.91 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# afl-docker
[](https://travis-ci.org/AlexandreCarlton/afl-docker)
[`afl`](http://lcamtuf.coredump.cx/afl/) in a [Docker container](https://www.docker.com/what-container).
Also comes with an [example project](example-project) with a [`docker-compose.yml`](example-project/docker-compose.yml)
file to demonstrate how to set up a parallelised fuzzer run for a given
application.