Closed kasperkarlsson closed 5 years ago
Support for random
method added in https://github.com/CaringCaribou/caringcaribou/commit/5d2fdbbdba5dca492979e74e988f9fc5dfa7fac7
Support for mutate
method added in https://github.com/CaringCaribou/caringcaribou/commit/9911930dd329963e4b856744e3fd49847a43d594
Issue resolved.
The
-index
/-i
flag in thebrute
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
andmutate
methods as well!