# htb > HackTheBox speedrun attack optimized for sub-10-minute root. Use for HTB machines, CTF challenges, or when user wants a fast 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~htb:20260125012158 --- --- name: htb description: HackTheBox speedrun attack optimized for sub-10-minute root. Use for HTB machines, CTF challenges, or when user wants a fast attack. argument-hint: --- # HTB Speedrun Target <10 minute root on: $ARGUMENTS ## Speed Optimizations - Fast recon with masscan (10000 pps) - 50+ parallel exploit attempts - ShellFlood: 14 parallel post-exploit commands - CVE-based privilege escalation ## Execution ``` mcp__omega-nexus__omega_pwn( target="$ARGUMENTS", timeout=300 ) ``` Or step by step: 1. **Fast Recon** ``` mcp__omega-nexus__omega_recon(target="$ARGUMENTS", scan_type="quick", rate=10000) ``` 2. **Attack Chain** ``` mcp__omega-nexus__omega_pwn(target="$ARGUMENTS") ``` 3. **Capture Flags** ``` mcp__omega-nexus__omega_shell( command="cat /home/*/user.txt; cat /root/root.txt", session_id= ) ``` ## Output Report: - Total time to root - Attack path used - User flag - Root flag