Skip to content

Trietptm-on-Awesome-Lists/dockerized-fuzzers

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerfiles for (un)popular fuzzers! 🐳

Building images

At first build base image:

docker build -t fuzzbuntu -f fuzzbuntu-dockerfile .

Build and run desired fuzzer:

docker build -t afl -f afl-dockerfile .
# Fire!
docker run -it afl /bin/bash

Or download from Docker Hub:

docker pull wisesecurity/fuzzbuntu
docker pull wisesecurity/afl

Fuzzers and versions

About

Dockerfiles for (un)popular fuzzers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published