googleprojectzero / googleprojectzero/fuzzilli
Add a web UI
Nobody has claimed this yet.
- Dominant language
- Swift
- Stars
- 2.3k
- Forks
- 367
- Avg merge
- 23h 53m
- Merged PRs (30d)
- 1
Description
It would be nice to have a simple web UI to display the current fuzzing statistics, list the (unique) crashes found in the current run, and allow downloading crashing samples. Maybe it should also be able to show samples from the current corpus (so recently found interesting samples) to give some insights into what the fuzzer is currently doing.
The web UI could run on a separate dispatch queue and receive the necessary data by listening for events on the fuzzer queue.
The web UI would of course need some kind of authentication and should support TLS.
The web UI should probably be implemented as a separate package target similar to how FuzzilliCli is currently implemented.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the existing FuzzilliCli package target and tracing the fuzzer queue and event flow. Done means a separate package target provides the requested statistics, unique crash and corpus views, sample downloads, authentication, and TLS support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- backend, frontend, security, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100