Can this be used to fuzz DTLS protocol? Can I get the input list ?
purninavi opened this issue · 2 comments
purninavi commented
Can this be used to fuzz DTLS protocol? Can I get the input list ?
denandz commented
I've just added DTLS support with 0f0449d. It's pretty experimental still, so let me know how it goes for you. You should run fuzzotron with something like ./fuzzotron --radamsa --directory testcases -o output -h 127.0.0.1 -p8181 -P udp --ssl
.
Unless you wanted to fuzz the DTLS protocol itself, rather than whatever was using DTLS? In which case leave off the --ssl
.