(This book is a monograph discussing fuzzing. The main contents include: the working principle of fuzzing, the key advantages of fuzzing compared to other security testing methods, and the current technical status of fuzzing in finding network protocols, file formats and web application security vulnerabilities. Wait. Demonstrates the use of automatic fuzzing tools, and gives a number of historical cases that illustrate the power of fuzzing. .
This book can be used as a reference book for developers, security engineers, testers, and qa professionals.
Fuzzing testing has now developed into one of the most effective software security testing methods. Fuzzing testing refers to taking a random data source as the input of the program, and then systematically finding out the program failure caused by these inputs. Well-known fuzzing experts will tell you how to use fuzzing to reveal software weaknesses before others.)