An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# afl-docker

[![Build Status](https://travis-ci.org/AlexandreCarlton/afl-docker.svg?branch=master)](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.