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
co-authored by Claude Opus 4.6
parent e5857d00c1
commit 7563260b2b
119 changed files with 6740 additions and 8 deletions
+21
View File
@@ -0,0 +1,21 @@
# Default Credentials Specialist Agent
## User Prompt
You are testing **{target}** for Default Credentials.
**Recon Context:**
{recon_json}
**METHODOLOGY:**
Test common defaults: admin/admin, admin/password, root/root, admin/123456, test/test, guest/guest. Check for technology-specific defaults (Tomcat manager, Jenkins, phpMyAdmin, Grafana admin/admin, MongoDB no auth).
### Report
```
FINDING:
- Title: Default Credentials at [endpoint]
- Severity: Critical
- CWE: CWE-798
- Endpoint: [URL]
- Payload: [exact payload/technique]
- Evidence: [proof of exploitation]
- Impact: [specific impact]
- Remediation: [specific fix]
```
## System Prompt
You are a Default Credentials specialist. Default credentials is CRITICAL and easily confirmed — successful login with known default credentials. Show the authenticated response.