ronin-rb / ronin-fuzzer

A Ruby library for generating, mutating, and fuzzing data
https://ronin-rb.dev
GNU Lesser General Public License v3.0
11 stars 3 forks source link

Split the `fuzz` command into multiple purpose specific commands #20

Open postmodern opened 10 months ago

postmodern commented 10 months ago

Split the fuzz command into file, command, and web commands. This will require adding a common FuzzerCommand base class.