- It will show you a screen with informations on the current state of the fuzzing steps.
- The `afl/sip` directory contains valid SIP messages that the fuzzer will use as a base for its investigations. You can add
- The results of the investigations will be placed in a directory named `afl_sip_results/`. You will have access to the SIP messages that provoked a crash in the `crashes/` directory.
# Notes
The afl directory contains test messages that will be the base for mutation with the afl fuzzer. They are saved using the CRLF line endings. This is important since the parser expects two "\r\n\r\n" at the end of a message.
## TODO:
1. add HTTP and SDP fuzzy tests
2. add a dictionary of keywords to help the fuzzer generate some valid messages (instead of bitflipping randomly) (see `afl-fuzz -x` option)