murx- / afl-qx

AFL Queue eXplorer - explorer afl(++) output folders
10 stars 0 forks source link

afl Queue eXplorer - afl-qx

afl-qx is a queue/output folder explorer for afl(++) instances.

Usage

$ go run afl-qx.go  -in <afl_out_dir> -listen <address>:<port>

Keep in mind that AFL++3.00 changed the default behavior, and every fuzzer is now a named instance. E.g.:

$ go run afl-qx.go  -in out/default -listen localhost:8080

Once running, you can explorer edges to show a diff of the inputs showing the mutation that were performed. You can also explorer the nodes, which will give you a hex dump of the test case.

Legend:

Examples

An example using djpeg:

Diff View

Hexdump View