skills/c2/SKILL.md
Use when setting up or selecting C2 frameworks for AD operations, especially Metasploit, msfconsole, msfvenom, Sliver, Havoc, Mythic, payload staging, listener design, and operator infrastructure tradeoffs.
npx skillsauth add 0X6C7879/aegissec c2Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need an operator-managed command-and-control layer rather than a one-off shell.
references/c2.md.scripts/ for payload/listener generation:
msfvenom_gen.py - msfvenom command and handler block generatorsliver_setup.py - Sliver server/listener/implant command helpermsf_handler.py - Metasploit multi/handler .rc generatorredirector_setup.py - socat and iptables redirector command buildermodern_c2_setup.py - Havoc and Mythic listener/config generatorFor every C2 setup, report:
Keep listener and payload notes together so handoff and cleanup stay consistent.
Switch away from C2 when:
Switch to:
bypass when endpoint protections block staging, payload launch, or beacon trafficmovement when C2 enables host-to-host expansionprivesc when the next blocker is local privilege on an accessed hostreferences/c2.md - C2 framework comparison and setup guidance../shared/references/tool-matrix.md - supporting tooling and fallbacks../shared/references/output-conventions.md - infrastructure and evidence disciplinedevelopment
WooYun-derived business-logic testing methodology for web apps and APIs. Use when the request involves 支付、退款、订单、越权、认证、授权、价格篡改或业务流程绕过 review, especially black-box probing for price tampering, account takeover, and process bypass flaws.
tools
Escalate privileges on Windows systems using service misconfigurations, DLL hijacking, token manipulation, UAC bypasses, registry exploits, and credential dumping. Use when performing Windows post-exploitation or privilege escalation.
development
Use when performing AD pentest tunneling and pivoting, especially with Ligolo-ng, Chisel, frp, proxychains, SSH forwarding, SOCKS relays, reverse tunnels, or when internal reachability is the main blocker.
development
Threat model, security audit, find vulnerabilities, check security of my app, risk assessment, penetration test prep, analyze attack surface, what could an attacker exploit. Use this skill whenever a user wants holistic security analysis of a codebase, application, or project. MUST be invoked instead of analyzing security yourself — it runs a specialized 8-phase STRIDE workflow producing professional deliverables you cannot generate alone: risk assessment reports, DFD diagrams, threat inventories, attack path validation, mitigation plans, and pentest plans. Trigger on: 威胁建模, 安全评估, 渗透测试, 安全分析, 安全审计, 安全检查, 风险评估. NOT for: fixing one specific bug, adding one security feature (rate limiting, CORS), writing tests, CI/CD setup, or debugging errors.