Forwarded from @wardriving
Now #openwifi FPGA allows more control on your needs over the re-transmission and ACK operations under monitor mode. A more powerful WiFi fuzzer can be done! Check out the updated packet injection and fuzzing app note
https://github.com/open-sdr/openwifi/blob/master/doc/app_notes/inject_80211.md#fpga-behavior-control
https://github.com/open-sdr/openwifi/blob/master/doc/app_notes/inject_80211.md#fpga-behavior-control
GitHub
openwifi/doc/app_notes/inject_80211.md at master · open-sdr/openwifi
open-source IEEE 802.11 WiFi baseband FPGA (chip) design: driver, software - open-sdr/openwifi
❤1
#fuzzing v8
Fuzzing Chromes JavaScript Engine v8
https://apt29a.blogspot.com/2022/01/fuzzing-chromes-javascript-engine-v8.html
Fuzzing Chromes JavaScript Engine v8
https://apt29a.blogspot.com/2022/01/fuzzing-chromes-javascript-engine-v8.html
Blogspot
Fuzzing Chromes JavaScript Engine v8
tltr; I developed a coverage-guided (v8) JavaScript fuzzer similar to Fuzzilli (but without an intermediate language and developed in Py...
Internals of Go's new fuzzing system
https://jayconrod.com/posts/123/internals-of-go-s-new-fuzzing-system
https://jayconrod.com/posts/123/internals-of-go-s-new-fuzzing-system
jayconrod.com
Internals of Go's new fuzzing system
Go 1.18 is coming out soon. It's a huge release, but native fuzzing has a special place in my heart. Not much has been written yet on how Go's fuzzing system actually works, so I'll talk a bit about that here.