# exploit > Execute a specific exploit type against a target. Use when you know the vulnerability to exploit. - 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~exploit:20260125012158 --- --- name: exploit description: Execute a specific exploit type against a target. Use when you know the vulnerability to exploit. argument-hint: --- # Exploit Execution Execute exploit: $ARGUMENTS ## Exploit Types - xslt_injection - lfi (Local File Inclusion) - sqli (SQL Injection) - rce (Remote Code Execution) - ssrf - ssti - xxe - deserialization ## Execution ``` mcp__omega-nexus__omega_exploit( target="", exploit_type="", options={} ) ``` ## Output Report exploit result and shell status if successful.