mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-06-09 05:53:52 +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:
+12
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user