Skip to content

Releases: ronin-rb/ronin-fuzzer

0.2.0

22 Jul 21:03
v0.2.0
Compare
Choose a tag to compare

CLI

  • Added the ronin-fuzzer completion command to install shell completion files for all ronin-fuzzer commands for Bash and Zsh shells.

0.1.0

10 Jun 01:01
v0.1.0
Compare
Choose a tag to compare
  • Initial release:
    • Require ruby >= 3.0.0.
    • Provides a Fuzzer class for incremental substitution fuzzing of data.
    • Provides a Mutator class for combinatorial substitution mutation of data.
    • Provides methods for enumerating over common "bad strings".
    • Provides core extension methods to Ruby's String class.