# pwn > Execute full autonomous attack chain against a target. Use when user wants to compromise a machine, get root, or run a complete penetration test attack. - 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~pwn:20260125012158 --- --- name: pwn description: Execute full autonomous attack chain against a target. Use when user wants to compromise a machine, get root, or run a complete penetration test attack. argument-hint: --- # Full Attack Chain Execute the complete OMEGA attack chain against the target: $ARGUMENTS ## Attack Flow 1. **Reconnaissance** - Port scan and service detection 2. **Exploitation** - Parallel exploit attempts against discovered services 3. **Post-Exploitation** - Enumerate the compromised system 4. **Privilege Escalation** - CVE-based privesc to root ## Execution Use the omega_pwn MCP tool to execute the full attack: ``` mcp__omega-nexus__omega_pwn(target="$ARGUMENTS") ``` If lhost is not specified, it will be auto-detected from tun0. ## Expected Output Report the following: - Open ports discovered - Exploitation technique used - Shell obtained (yes/no) - Root obtained (yes/no) - Total time elapsed - Session ID for further commands