mirror of
https://github.com/CyberSecurityUP/NeuroSploit.git
synced 2026-08-14 13:40:23 +02:00
Add two operator inputs that give agents more test context, both funneled through operator_directives() so they reach every recon/ exploit prompt (web, host, ai, skills): - objective: WHY the test runs and WHAT counts as impact — rendered as high-priority ENGAGEMENT OBJECTIVE context. - out_of_scope: hosts/paths/techniques to exclude — rendered as a HARD CONSTRAINT the agents must skip and never report against. REPL: /objective and /scope-out commands (accumulating), optional onboarding prompts, /show + /help + Tab-complete, session.json persistence (serde default for back-compat). CLI: neurosploit run --objective --out-of-scope. Version unchanged (3.6.5). Claude-Session: https://claude.ai/code/session_018BGLy4j5qsqqid6CoovowC Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>