> For the complete documentation index, see [llms.txt](https://book.ice-wzl.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://book.ice-wzl.xyz/exploit-development/mutiny-fuzzer.md).

# 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
```
