alipay / Owfuzz

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

Multiple things #26

Closed nrathaus closed 1 year ago

nrathaus commented 1 year ago
  1. SSID may have spaces in them, support it
  2. Provide names for the WPA States, allows for easier debugging
  3. Provide Frame Name in the printf
  4. Reduce verbosity noise by having a hashtable and not notify MACs we gave notifications for before
  5. Provide user with information when the configuration we gave is unlikely to work
  6. Show the progress by showing pkt_fuzzed_count
  7. .gitignore compiled files
  8. Prevent going into an endless loop if no pkts are found
  9. Add 'unitest' for the HW used (wi_write, wi_read and wi_loop)