NeuroSploit v3.2.4 - MD Agent Orchestrator Overhaul + Claude 4.6 + SmartRouter Failover

- MD Agent system restructured: real HTTP exploitation, retry with exponential backoff, reduced concurrency (2 parallel, 2s stagger)
- Claude 4.6 model support (Opus/Sonnet) with corrected API version headers
- SmartRouter true failover with provider preference cascade
- WAFResult attribute error fix in autonomous_agent.py
- CVSS data sanitization for all vulnerability database saves
- AI recon JSON parsing robustness improvements
- rebuild.sh simplified from 714 to 196 lines
- Frontend: removed unused routes, simplified Auto Pentest page
- Agent grid: reduced max tests per agent (8→5), condensed recon prompts

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
CyberSecurityUP
2026-03-29 20:25:01 -03:00
parent 7563260b2b
commit 59f8f42d80
18 changed files with 1184 additions and 1367 deletions
-12
View File
@@ -34,18 +34,12 @@ 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
@@ -84,9 +78,3 @@ docker/*.env
# Results (runtime output)
# ==============================
results/
# ==============================
# Large binary files
# ==============================
projeto.zip
*.zip