Re: Fuzzing Bind

2021-08-14 Thread Siva Kakarla
Ondřej Surý — ISC (He/Him) > > My working hours and your working hours may be different. Please do not > feel obligated to reply outside your normal working hours. > > On 5. 8. 2021, at 18:51, Siva Kakarla wrote: > >  > Thanks, Ondrej, for the reply. > > Fuzzing respons

Re: Fuzzing Bind

2021-08-05 Thread Siva Kakarla
Thanks, Daniel, that is also a great idea. I am trying to see if I can get the standard fuzzers like AFL to work for my use case, but if I can't then I will try the idea you suggested. On Thu, Aug 5, 2021 at 8:39 PM Ed Daniel wrote: > On 05/08/2021 13:37, Siva Kakarla wrote: > >

Re: Fuzzing Bind

2021-08-05 Thread Siva Kakarla
e dns_message_parse > > LD_LIBRARY_PATH=../lib/isc/.libs:../lib/dns/.libs afl-fuzz -i > dns_message_parse.in/ -o xxx ./.libs/dns_message_parse > > > >> • How to decode the packets given in > https://gitlab.isc.org/isc-projects/bind9/-/tree/main/fuzz/dns_message_parse.in? >

Fuzzing Bind

2021-08-05 Thread Siva Kakarla
he packets given in https://gitlab.isc.org/isc-projects/bind9/-/tree/main/fuzz/dns_message_parse.in? How to add a new packet to the corpus? (How to convert into a raw packet?) Thank you Siva -- Siva Kakarla (sivak.dev <https://www.sivak.dev/>) ___