alipay / Owfuzz

Owfuzz: a WiFi protocol fuzzing tool
GNU General Public License v3.0
209 stars 32 forks source link

Fix pcap write and improve appending of new packets to existing pcap … #27

Closed h0rac closed 1 year ago

h0rac commented 1 year ago

Hi I suggest following patch. I was not seeing open_pcap() function invocation in fuzz_control.c. I added it and also changed it to append packets instead overwriting pcap. Without open_pcap() I was not seeing pcap file generated during fuzzing when PoC was detected.

E7mer commented 1 year ago

Yes, I removed it before.