Skip to content

Instantly share code, notes, and snippets.

@stestagg
Created June 29, 2020 22:27
Show Gist options
  • Save stestagg/c3fc12e2607991aaebcac244f620e73c to your computer and use it in GitHub Desktop.
Save stestagg/c3fc12e2607991aaebcac244f620e73c to your computer and use it in GitHub Desktop.
fuzz: image findings
docker run --cpuset-cpus=0 --rm -it -v ${HERE}/findings:/findings pyfuzz /afl-fuzz -m 200 -x /dict.txt -i /tests -o /findings -M master /run
fuzz-extra:
seq 10 | parallel docker run --cpuset-cpus={} --rm -i -v ${HERE}/findings:/findings pyfuzz /afl-fuzz -m 200 -x /dict.txt -i /tests -o /findings -S slave{} /run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment