CaringCaribou / caringcaribou

A friendly car security exploration tool for the CAN bus
GNU General Public License v3.0
751 stars 197 forks source link

Add start index argument to 'random' and 'mutate' fuzzer methods #46

Closed kasperkarlsson closed 5 years ago

kasperkarlsson commented 6 years ago

The -index/-i flag in the brute fuzzing method makes it possible to start at a certain index. This lets the user jump to a certain range of interest and also makes it possible to resume a previous session.

Let's add support for this in the random and mutate methods as well!

kasperkarlsson commented 5 years ago

Support for random method added in https://github.com/CaringCaribou/caringcaribou/commit/5d2fdbbdba5dca492979e74e988f9fc5dfa7fac7

kasperkarlsson commented 5 years ago

Support for mutate method added in https://github.com/CaringCaribou/caringcaribou/commit/9911930dd329963e4b856744e3fd49847a43d594

Issue resolved.