# payload > Generate evolved payloads using genetic algorithm with 34 mutation operators. Use when user needs custom payloads with evasion. - 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~payload:20260125012158 --- --- name: payload description: Generate evolved payloads using genetic algorithm with 34 mutation operators. Use when user needs custom payloads with evasion. argument-hint: --- # Genetic Payload Generation Generate payload: $ARGUMENTS ## Payload Types - reverse_shell - web_shell - persistence - privesc - evasion ## Target OS - linux - windows - macos ## Execution 1. **Find seed payloads** ``` mcp__omega-nexus__omega_vault_query( query=" payload ", context="security" ) ``` 2. **Evolve payload** ``` mcp__omega-nexus__omega_exploit( target="local", exploit_type="payload_gen", options={ "payload_type": "", "target_os": "", "generations": 10, "population": 50 } ) ``` ## Mutation Operators 34 operators including: - Encoding switch - String obfuscation - Variable rename - Dead code injection - Control flow flattening ## Output Report best payload with fitness score and evasion rating.