Learning About Structure-Aware Fuzzing and Finding JSON Bugs to Boot

|
Learn how to build a structure-aware fuzzer, when it is useful, and how the author found a bug in his first week of fuzzing using this technique ... Read More
Learning About Structure-Aware Fuzzing and Finding JSON Bugs to Boot

Learning About Structure-Aware Fuzzing and Finding JSON Bugs to Boot

|
Learn how to build a structure-aware fuzzer, when it is useful, and how the author found a bug in his first week of fuzzing using this technique ... Read More

Learning About Structure-Aware Fuzzing and Finding JSON Bugs to Boot

|
Learn how to build a structure-aware fuzzer, when it is useful, and how the author found a bug in his first week of fuzzing using this technique ... Read More

Learning About Structure-Aware Fuzzing and Finding JSON Bugs to Boot

|
Introduction What do JSON, YAML, and HTTP have in common? They’re all examples of ubiquitous data serialization and transmission standards, making them great targets for testing with fuzzing. While fuzzing has found many bugs in these kinds of targets, they all have requirements for structure in order for data to ... Read More