Fuzzing 101

Fuzzing 101

Fuzzing is the best method for finding the unknown vulnerabilities. In fuzz testing, unexpected data is fed to the system through an open interface, and the behavior of the system is then monitored. If the system fails, there is a bug in the software. All the found issues are true implementation errors from quality perspective. In this talk, we will introduce Fuzzing and the basic process of model-based Fuzzers.

Presented by