googleprojectzero / googleprojectzero/fuzzilli

Add a web UI

Open
#7 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.