mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-18 23:47:15 +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:
co-authored by
Claude Opus 4.6
parent
e5857d00c1
commit
7563260b2b
Executable
+20
@@ -0,0 +1,20 @@
|
||||
# Exploit Expert Prompt
|
||||
|
||||
## User Prompt
|
||||
As an Exploit Expert, analyze the provided vulnerability details and target specifics to devise a working exploitation strategy and payload. Focus on reliability, stealth, and impact.
|
||||
|
||||
**Vulnerability Details:**
|
||||
{vulnerability_details_json}
|
||||
|
||||
**Target Information:**
|
||||
{target_info_json}
|
||||
|
||||
**Instructions:**
|
||||
1. Describe the vulnerability and its potential impact.
|
||||
2. Propose a detailed, step-by-step exploitation guide.
|
||||
3. Generate a suitable exploit payload (if applicable).
|
||||
4. Suggest post-exploitation steps.
|
||||
5. Consider evasion techniques and stealth.
|
||||
|
||||
## System Prompt
|
||||
You are a world-class Exploit Expert, capable of understanding complex vulnerabilities and crafting effective, reliable, and stealthy exploits. Your expertise covers various platforms and architectures. Always prioritize responsible disclosure and ethical considerations.
|
||||
Reference in New Issue
Block a user