Merge branch 'master' of github.com:FuzzingLabs/fuzzforge_ai

This commit is contained in:
Tanguy Duhamel
2025-09-30 15:19:16 +02:00
4 changed files with 14 additions and 12 deletions
+3 -2
View File
@@ -3,7 +3,8 @@ name: Deploy Docusaurus to GitHub Pages
on: on:
push: push:
branches: branches:
- main - master
workflow_dispatch:
jobs: jobs:
build: build:
@@ -30,7 +31,7 @@ jobs:
- name: Upload Build Artifact - name: Upload Build Artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with:
path: build path: ./docs/build
deploy: deploy:
name: Deploy to GitHub Pages name: Deploy to GitHub Pages
+1 -1
View File
@@ -3,7 +3,7 @@ name: Docusaurus test deployment
on: on:
pull_request: pull_request:
branches: branches:
- main - master
jobs: jobs:
test-deploy: test-deploy:
+10 -9
View File
@@ -1,7 +1,7 @@
<p align="center"> <p align="center">
<img src="docs/static/img/fuzzforge_white.png" alt="FuzzForge Banner" width="20%"> <img src="docs/static/img/fuzzforge_banner_github.png" alt="FuzzForge Banner" width="100%">
</p> </p>
<h1 align="center">FuzzForge 🚧</h1> <h1 align="center">🚧 FuzzForge is under active development</h1>
<p align="center"><strong>AI-powered workflow automation and AI Agents for AppSec, Fuzzing & Offensive Security</strong></p> <p align="center"><strong>AI-powered workflow automation and AI Agents for AppSec, Fuzzing & Offensive Security</strong></p>
@@ -9,9 +9,9 @@
<a href="https://discord.com/invite/acqv9FVG"><img src="https://img.shields.io/discord/1420767905255133267?logo=discord&label=Discord" alt="Discord"></a> <a href="https://discord.com/invite/acqv9FVG"><img src="https://img.shields.io/discord/1420767905255133267?logo=discord&label=Discord" alt="Discord"></a>
<a href="LICENSE"><img src="https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange" alt="License: BSL + Apache"></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-BSL%20%2B%20Apache-orange" alt="License: BSL + Apache"></a>
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python 3.11+"/></a> <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11%2B-blue" alt="Python 3.11+"/></a>
<a href="https://fuzzforge.ai"><img src="https://img.shields.io/badge/Website-fuzzforge.ai-blue?logo=vercel" alt="Website"/></a> <a href="https://fuzzforge.ai"><img src="https://img.shields.io/badge/Website-fuzzforge.ai-blue" alt="Website"/></a>
<img src="https://img.shields.io/badge/version-0.6.0-green" alt="Version"> <img src="https://img.shields.io/badge/version-0.6.0-green" alt="Version">
<a href="https://github.com/fuzzinglabs/fuzzforge_ai/stargazers"><img src="https://img.shields.io/github/stars/fuzzinglabs/fuzzforge_ai?style=social" alt="GitHub Stars"></a> <a href="https://github.com/FuzzingLabs/fuzzforge_ai/stargazers"><img src="https://img.shields.io/github/stars/FuzzingLabs/fuzzforge_ai?style=social" alt="GitHub Stars"></a>
</p> </p>
@@ -21,8 +21,9 @@
• <a href="#-key-features"><b>Features</b></a> • <a href="#-key-features"><b>Features</b></a>
• <a href="#-installation"><b>Installation</b></a> • <a href="#-installation"><b>Installation</b></a>
• <a href="#-quickstart"><b>Quickstart</b></a> • <a href="#-quickstart"><b>Quickstart</b></a>
• <a href="#ai-powered-workflow-execution"><b>Demo</b></a> • <a href="#ai-powered-workflow-execution"><b>AI Demo</b></a>
• <a href="#-contributing"><b>Contributing</b></a> • <a href="#-contributing"><b>Contributing</b></a>
• <a href="#%EF%B8%8F-roadmap"><b>Roadmap</b></a>
</sub> </sub>
</p> </p>
@@ -45,8 +46,8 @@ FuzzForge is **open source**, built to empower security teams, researchers, and
## ⭐ Support the Project ## ⭐ Support the Project
<a href="https://github.com/fuzzinglabs/fuzzforge/stargazers"> <a href="https://github.com/FuzzingLabs/fuzzforge_ai/stargazers">
<img src="https://img.shields.io/github/stars/fuzzinglabs/fuzzforge_ai?style=social" alt="GitHub Stars"> <img src="https://img.shields.io/github/stars/FuzzingLabs/fuzzforge_ai?style=social" alt="GitHub Stars">
</a> </a>
If you find FuzzForge useful, please star the repo to support development 🚀 If you find FuzzForge useful, please star the repo to support development 🚀
@@ -97,7 +98,7 @@ uv tool install --python python3.12 .
## ⚡ Quickstart ## ⚡ Quickstart
Run your first workflow in **3 steps**: Run your first workflow :
```bash ```bash
# 1. Clone the repo # 1. Clone the repo
@@ -119,7 +120,7 @@ docker compose up -d
# 3. Run your first workflow # 3. Run your first workflow
cd test_projects/vulnerable_app/ # Go into the test directory cd test_projects/vulnerable_app/ # Go into the test directory
fuzzforge init # Init a fuzzforge project fuzzforge init # Init a fuzzforge project
ff workflow security_assessment . # Start a workflow (you can also use ff command) ff workflow run security_assessment . # Start a workflow (you can also use ff command)
``` ```
### Manual Workflow Setup ### Manual Workflow Setup
Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB