| name | exploit-attack |
| description | Automated exploit + attack workflow. Trigger: exploit attack, attack target, launch exploit, run exploit, 漏洞利用, 攻击, 利用漏洞, exploit workflow, attack workflow. |
Exploit Attack Workflow
Auto-chain without confirmation:
Phase 1 — Scan:
skills/network-pentest/scripts/port_scanner.py → open ports on $HOST
skills/web-pentest/scripts/sqli_scanner.py → injection points
Phase 2 — Exploit:
skills/exploit-dev/scripts/shellcode_gen.py → generate payload for $ARCH
skills/exploit-dev/scripts/rop_chain.py → search gadgets, build chain
skills/web-pentest/scripts/auth_bypass.py → bypass authentication
Phase 3 — Deliver:
skills/evasion/scripts/packer.py → XOR/AES/gzip wrap payload
skills/evasion/scripts/obfuscator.py → obfuscate delivery script
skills/evasion/scripts/amsi_bypass.py → disable defenses
Phase 4 — Execute:
skills/game-cheat/scripts/injector.py → inject into target process
skills/game-cheat/scripts/memory_trainer.py → read/write process memory
Phase 5 — Persist:
skills/post-exploit/scripts/persist.py → registry/schtasks/WMI/SSH
Output all artifacts to disk. Chat shows: [OK] → paths.