Skip to content

Releases: 0xricksanchez/AFL_Runner

v0.4.2

12 May 13:02
f94c68e
Compare
Choose a tag to compare

What's Changed

  • fix: add backspace between aflr and --help by @0xricksanchez in #24
  • Showcase by @0xricksanchez in #29
    • Includes various fixes and improvements such as:
      • TUI logging section
      • Demo
      • Respect AFL_ environment variables
      • a new termination command for a running AFLR session
      • better fuzzer instance naming so one can quickly distinguish between them

Full Changelog: v0.4.1...v0.4.2

v0.4.1

30 Apr 07:55
669617e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

30 Apr 07:30
c01e74f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.5...v0.4.0

v0.3.5

29 Apr 08:25
6c9d509
Compare
Choose a tag to compare

What's Changed

  • feat: enable fuzzer PID tracking as a healthcheck by @0xricksanchez in #17
  • feat: detached mode that does not attach to tmux/screen session and doesn't show a TUI by @0xricksanchez in #17

Full Changelog: v0.3.4...v0.3.5

v0.3.4

25 Apr 13:07
88a43b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

25 Apr 12:39
436f1f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.2...v0.3.3

v0.3.2

25 Apr 11:16
ce002ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.1...v0.3.2

v0.3.1

24 Apr 13:00
d94947d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

24 Apr 07:23
bade92c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Apr 07:44
Compare
Choose a tag to compare

Added

  • Support for most common AFLPlusPlus command-line flags
  • --dry-run option to just print the generated commands
  • TMUX runner to run the generated commands inside a automatically generated TMUX session
  • TUI as a replacement for afl-whatsup to get the most import fuzzing campaign stats
  • --confg option so that one can have simple per-campaign configurations that are easiliy sharable