srlabs / ziggy

A multi-fuzzer management utility for all of your Rust fuzzing needs 🧑‍🎤
Apache License 2.0
57 stars 6 forks source link

Fuzzer could send status notification on crash / daily #2

Open louismerlin opened 1 year ago

louismerlin commented 1 year ago

Ziggy could be given an API key through ENV or the CLI, which it could then use to send out notifications to the user.

Ideas for the notification platform include:

vanhauser-thc commented 11 months ago

or easier: -c cmd option which executes the command with x parameters. then the user can decide for themselves how they want to be informed.