Mutiny Fuzzer

Overview

  • take pcap of normal traffic to your service

  • run the prep script

python3 mutiny_prep.py ../6.49.13.telnet.pcapng
  • i like to generate all the .fuzzers at once if its not too much

  • run the fuzzer and wait

python3 mutiny-fuzzer/mutiny.py -s 0.5 --logAll 6.49.13.telnet-0.fuzzer 192.168.15.11

Last updated