Tag: sql

  • Build your own sql grammar-based fuzzer

    This is an interactive exercise for the audience at the Fuzzing and Software Security Summer School at the National University of Singapore. For this project, you will build a grammar-based blackbox fuzzer to test SQLite, which is the most widely deployed SQL database engine in the world. SQLite is implemented in C and for this…