fekir / afl-extras

script for helping fuzzing targets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Collection of script for helping while fuzzing targets

afl-ptmin

Executes afl-tmin in parallel with input/output directories

Example usage:

afl-ptmin -i input-dir -o output-dir -- target [...]

afl-pfuzz

Executes multiple afl-fuzz instances of afl-fuzz inside a tmux session.

Example usage:

afl-pfuzz -i input-dir -o output-dir --session session-name

collect-data

A script for gathering non-duplicate data from multiple folder into one.

Example usage:

collect-data --input input-dir1 input-dir2 --output output-dir

About

script for helping fuzzing targets

License:Apache License 2.0


Languages

Language:Shell 100.0%