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 testThe 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:latestThe 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)
We do not encourage to go beyond 100k queries.

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