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:
CyberSecurityUP
2026-03-16 18:59:22 -03:00
parent e5857d00c1
commit 7563260b2b
119 changed files with 6740 additions and 8 deletions
+12
View File
@@ -34,12 +34,18 @@ data/*.db
data/*.db.*
data/execution_history.json
data/access_control_learning.json
data/adaptive_learning.json
data/providers.json
data/reasoning_memory.json
data/vectorstore/
data/custom-knowledge/uploads/
data/reports/
# ==============================
# Reports & Screenshots
# ==============================
reports/screenshots/
reports/*.json
# ==============================
# Logs & PIDs
@@ -78,3 +84,9 @@ docker/*.env
# Results (runtime output)
# ==============================
results/
# ==============================
# Large binary files
# ==============================
projeto.zip
*.zip