skills/tunnel/SKILL.md
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.
npx skillsauth add 0X6C7879/aegissec tunnelInstall 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 the next step is blocked by network reachability rather than missing credentials.
references/tunneling.md for concrete command chains.../shared/references/tool-matrix.md and run ../shared/scripts/detect_adpwn_toolchain.py.scripts/ when you need ready-to-paste setup commands:
ligolo_setup.py - proxy/agent/route/start command plannerchisel_pivot.py - server/client SOCKS pivot command plannerproxychains_gen.py - generate proxychains config for SOCKS endpointsFor every tunnel setup, report:
Keep tunnel configs saved and documented for cleanup.
Switch away from tunneling when:
Switch to:
movement when valid credentials exist and network path is establishedadscan when tunnel enables new recon or enumeration scopereferences/tunneling.md - tunnel setup decision trees and commands../shared/references/tool-matrix.md - fallback tools and substitutions../shared/references/output-conventions.md - workspace and evidence rulesdevelopment
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
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.
testing
测试工程技能 - TDD流程、测试策略、覆盖率、Mock规范、回归测试。当你涉及测试用例、覆盖率、TDD、Mock、断言、回归测试时必须使用此技能。即使用户只是说"加个测试"或"这个bug要测试",也应触发。