Skip to content

edizeqiri/SQLite-Fuzzer

Repository files navigation

SQLite Fuzzer

Build

We have precompiled our Kotlin code which should be in build/quarkus-app/. You do not have to build it with gradle

Optional: Only if you want to recompile it then you need temurin-21.0.6 java sdk and to run:

  ./gradlew build -x test

The Dockerfile (Dockerfile.sqlite) can be built with:

  docker build -f src/main/docker/Dockerfile.sqlite -t fuzzer:latest .

and run with:

  docker run -t -p 8080:8080 --name prod_fuzzer fuzzer:latest

The Fuzzer (/usr/bin/test-db) is now running but not fuzzing until the job gets started in the WebUI at http://localhost:8080 (assuming running on same machine, else use the IP of the machine)

Run the Fuzzer Job

We do not encourage to go beyond 100k queries. img_2.png

Result

The resulting queries and results can be downloaded from the Download Logs button img_1.png

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors