# recommend > Get attack path recommendations based on current findings. Use after reconnaissance. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~recommend:20260125012158 --- --- name: recommend description: Get attack path recommendations based on current findings. Use after reconnaissance. argument-hint: --- # Attack Recommendations Recommend attacks for: $ARGUMENTS ## Execution 1. **Analyze target profile** ``` mcp__omega-nexus__omega_recon(target="$ARGUMENTS", scan_type="quick") ``` 2. **Match to attack patterns** ``` mcp__omega-nexus__omega_vault_query( query="attack methodology [detected_services]", context="security", limit=15 ) ``` 3. **Prioritize by success probability** - Low-hanging fruit first - Known CVEs for detected versions - Default credential checks - Misconfigurations ## Output Format ``` Target: $ARGUMENTS Recommended Attack Path: 1. [HIGH] Service X - CVE-YYYY-XXXX (verified vulnerable) 2. [MED] Service Y - Default creds check 3. [LOW] Service Z - Custom exploit required ``` ## Output Prioritized attack recommendations with confidence levels.