mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-12 20:32:46 +00:00
rust_fuzz_test
FuzzForge security testing project.
Quick Start
# List available workflows
fuzzforge workflows
# Submit a workflow for analysis
fuzzforge workflow run <workflow-name> /path/to/target
# View findings
fuzzforge finding <run-id>
Project Structure
.fuzzforge/- Project data and configuration.fuzzforge/config.yaml- Project configuration.fuzzforge/findings.db- Local database for runs and findings