You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NetExec migration: all crackmapexec references → netexec
Session Critique Fixes (from real Standoff365 testing)
Mandatory parser workflow — all 9 agent prompts now bind bash commands to parser tools (nmap→nmap_parse, netexec→cme_parse, nuclei→nuclei_parse, etc.)
Batch state_update — new batch action accepts {operations: [{action,data},...]} (max 100). Turns 40 sequential LLM steps into 1.
Context size reduction — caps on vulns/host, services/host, relationships. OODA deduplication. Conditional injection: full state every 8 turns, summary on others. ~75% token reduction.
Parallel dispatch strengthening — CORRECT/WRONG examples in orchestrator-mode.txt and pentest.txt
Fixes
Uninstall now auto-removes binary instead of asking user to rm manually