mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-05-15 20:07:58 +02:00
NeuroSploit v3.2.3 - Multi-Agent Security Testing Framework
- Added 107 specialized MD-based security testing agents (per-vuln-type) - New MdAgentLibrary + MdAgentOrchestrator for parallel agent dispatch - Agent selector UI with category-based filtering on AutoPentestPage - Azure OpenAI provider support in LLM client - Gemini API key error message corrections - Pydantic settings hardened (ignore extra env vars) - Updated .gitignore for runtime data artifacts Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -26,6 +26,12 @@ TOGETHER_API_KEY=
|
||||
# Fireworks AI: https://fireworks.ai/account/api-keys
|
||||
FIREWORKS_API_KEY=
|
||||
|
||||
# Azure OpenAI: https://portal.azure.com/
|
||||
#AZURE_OPENAI_API_KEY=
|
||||
#AZURE_OPENAI_ENDPOINT=https://your-resource.openai.azure.com/
|
||||
#AZURE_OPENAI_API_VERSION=2024-02-01
|
||||
#AZURE_OPENAI_DEPLOYMENT=gpt-4o
|
||||
|
||||
# =============================================================================
|
||||
# Local LLM (optional - no API key needed)
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user