Chinese edition of the routing matrix (by target type, by user intent, route-not-matched handling, cross-module path crossing). Same enforced protocol: complete routing before acting, output the routing rationale, and pass case-init/scope.md before ACT on a target.
reverse-skill / skills/routing_zh.md — Chinese edition of the routing matrix (by target type, by user intent, route-not-matched handling, cr
Snapshot 2026-08-05 14:43:36 UTC · version 1
N
security/forensics-and-reverse-engineeringtype:reference#zhaoxuya520-reverse-skill#reverse-skill#reverse-engineering#agent-skills#skill-md#markdown
INDEXABLE MARKDOWN SNAPSHOT
Research document
MDRSS snapshot ·
skills/routing_zh.mdfrom zhaoxuya520/reverse-skill · audience: AI agents · License: MIT (repo root).Chinese edition of the routing matrix (by target type, by user intent, route-not-matched handling, cross-module path crossing).
逆向技能路由矩阵
按目标类型、用户意图和工具链,将任务路由到最合适的技能模块。此矩阵默认强制执行,不是参考建议。
CRITICAL: 路由判定执行协议
MUST先完成路由再执行,不允许“先做再补路由”。SHOULD先读MASTER-ROUTING.md或运行scripts/master-route.ps1定 PRIMARY;本表用于疑难补全。MUST输出你的路由依据(目标类型/意图/工具链至少命中一项)。MUST对目标 ACT 前完成case-init/scope.md(ops/scope-contract.md):auth.status=granted+network_profile。MUST NOT因为“看起来差不多”把任务塞进不匹配 skill。MUST在路由未命中时联网补充方法论,并提议新增 skill。MUST NOT只回复“请给具体任务”;应先基于现有输入启动可确定步骤。- 作战契约:
ops/(证据链 / 角色 / 时间线 / IDENTITY)。
按目标类型
| 目标类型 | 推荐入口 | 备选方案 |
|---|---|---|
| APK / Android 应用 | mobile-reverse/SKILL.md — Frida/Objection/MobSF 全平台移动逆向 |
apk-reverse/ — 静态分析、jadx 反编译;可选已许可的 JEB Pro 交叉验证 |
| iOS / IPA 应用 | mobile-reverse/SKILL.md — iOS 逆向 + Frida/Objection |
mobile-reverse/references/ios-reverse-guide.md — iOS 专项 |
| 二进制 exe/dll/so/elf | ida-reverse/ — IDA Pro 反编译 |
radare2/ — CLI 分析,或 reverse-engineering/tools.md — GDB/Unicorn |
| JavaScript / Web 前端 | js-reverse/ — 5 阶段工作流 |
anything-analyzer MCP 的浏览器工具,或 jshookmcp 的浏览器/CDP/Hook 能力 |
| HTTP 抓包 / 浏览器采样 / 请求重放 | anything-analyzer MCP(23816) | Reqable MCP、js-reverse/、jshookmcp 或 competition-web-runtime/ |
| 固件 / IoT | firmware-pentest/ — OWASP FSTM 全链路:提取→仿真→fuzz→利用 |
reverse-engineering/platforms.md — 仅静态 RE / reverse-engineering/tools.md — Ghidra headless |
| WASM / Python 字节码 / .NET | reverse-engineering/languages.md |
按具体语言查对应章节 |
| macOS / iOS | reverse-engineering/platforms.md — Mach-O/ObjC/Swift |
— |
| 内存转储 / PCAP | reverse-engineering/platforms.md |
reverse-engineering/patterns*.md |
| 密码学 / 加解密算法 | reverse-engineering/patterns*.md — 密码学模式 |
js-reverse/(如果是前端加密) |
| 协议逆向 / 自定义协议 | reverse-engineering/platforms.md — 网络协议 |
js-reverse/(如果是 WebSocket/HTTP) |
| Go / Rust 二进制 | reverse-engineering/languages-compiled.md + go-reverse.md |
ida-reverse/ 或 radare2/ |
| CTF 竞赛全栈 | ../CTF-Sandbox-Orchestrator/ctf-sandbox-orchestrator/SKILL.md — 总控入口 |
按证据面路由到 40+ 子技能 |
| CTF ZIP / PKZIP 压缩包题 | ../CTF-Sandbox-Orchestrator/competition-zip-archive/SKILL.md — legacy ZipCrypto + bkcrack 明文攻击 |
优先于密码暴力破解 |
| Web 运行时 / API | ../CTF-Sandbox-Orchestrator/competition-web-runtime/SKILL.md |
— |
| 云 / 容器 / K8s | ../CTF-Sandbox-Orchestrator/competition-agent-cloud/SKILL.md |
— |
| Windows / AD / 身份 | ../CTF-Sandbox-Orchestrator/competition-identity-windows/SKILL.md |
— |
| 取证 / PCAP / 隐写 | ../CTF-Sandbox-Orchestrator/competition-forensic-timeline/SKILL.md |
— |
| Prompt 注入 / Agent | ../CTF-Sandbox-Orchestrator/competition-prompt-injection/SKILL.md |
— |
| 移动端 (Android/iOS) | ../CTF-Sandbox-Orchestrator/competition-android-hooking/SKILL.md |
— |
| 固件 / 恶意样本 | ../CTF-Sandbox-Orchestrator/competition-firmware-layout/SKILL.md |
— |
| LLM 应用 / AI Agent | llm-security/SKILL.md — OWASP LLM + ASI Top 10 |
../CTF-Sandbox-Orchestrator/competition-prompt-injection/SKILL.md — CTF 场景 |
| REST / GraphQL / WebSocket API | api-security/SKILL.md — 10 阶段方法论 |
pentest-tools/SKILL.md — 基础 Web 渗透 |
| 软件供应链 / SBOM / SCA | supply-chain-security/SKILL.md — 六层治理框架 |
pentest-tools/SKILL.md — 依赖扫描工具 |
| 恶意软件 / 病毒样本 | malware-analysis/SKILL.md — 六阶段分析 + YARA/Sigma |
reverse-engineering/SKILL.md — 仅通用逆向 / ida-reverse/ 深度分析 |
按用户意图
| 用户说 | 可以参考 |
|---|---|
| "反编译/IDA 看一下" | ida-reverse/SKILL.md — IDA MCP 工作流 |
| "还原源码/还原为汇编/逆向还原" | reverse-engineering/SKILL.md — 通用逆向 + ida-reverse/ 或 capstone 静态反汇编 |
| "Frida hook 一下/动态注入" | reverse-engineering/tools-dynamic.md — Frida 章节 |
| "radare2 / r2 分析" | radare2/SKILL.md — CLI 工作流 |
| "找前端签名/加密参数" | js-reverse/SKILL.md — Observe→Capture→Rebuild |
| "jshookmcp / JS hook / CDP 调试" | js-reverse/SKILL.md — 仍走同一条 JS/Web 逆向链路;调用前先确认该 MCP server 已下载、已注册到客户端、已启用 |
| "Reqable / Reqable MCP / 抓包重放" | pentest-tools/SKILL.md — 授权范围内的本地抓包与 API 工作流 |
| "JEB / JEB Pro" | apk-reverse/SKILL.md — 已许可的 Android / ARM 交叉验证;先确认本机安装 |
| "APK 解包/重打包/改 smali" | apk-reverse/SKILL.md — decode→rebuild-sign-install |
| "过反调试/反检测" | reverse-engineering/anti-analysis.md |
| "这是什么混淆/VM" | reverse-engineering/patterns*.md — 按模式查 |
| "Go/Rust/Swift 逆向" | reverse-engineering/languages-compiled.md + reverse-engineering/go-reverse.md(Go 专项) |
| "内核驱动/Rootkit/LKM" | reverse-engineering/kernel-driver-reverse.md — 内核驱动逆向 |
| "C++ vtable/虚函数/类恢复" | reverse-engineering/kernel-driver-reverse.md — C/C++ 模式识别 |
| "IOCTL/DeviceIoControl" | reverse-engineering/kernel-driver-reverse.md — Windows 驱动分析 |
| "Python 字节码/pyc" | reverse-engineering/languages.md — Python 章节 |
| "符号执行/angr" | reverse-engineering/tools-dynamic.md — angr 章节 |
| "模拟执行/Unicorn" | reverse-engineering/tools.md — Unicorn 章节 |
| "补环境/Node 复现" | js-reverse/references/env-patching.md |
| "CTF 题/竞赛逆向" | reverse-engineering/patterns-ctf*.md |
| "CTF ZIP/PKZIP/bkcrack/压缩包明文攻击" | ../CTF-Sandbox-Orchestrator/competition-zip-archive/SKILL.md |
| "写报告/写文档/出报告" | docs-generator/ — 技术文档编写 |
| "写 writeup" | docs-generator/ — CTF writeup 模板 |
| "打开网页/浏览器自动化/填表" | browser-automation/SKILL.md — Playwright 浏览器操作 |
| "爬取页面/截图/自动化登录" | browser-automation/SKILL.md — 浏览器自动化 |
| "Playwright / headless" | browser-automation/SKILL.md — 浏览器自动化 |
| "操作桌面应用/Windows 自动化" | browser-automation/SKILL.md — OpenReverse 桌面自动化 |
| "UIA/CUA/桌面 GUI 操作" | browser-automation/SKILL.md — OpenReverse(UIA/CUA 模式) |
| "OpenReverse" | browser-automation/SKILL.md — 桌面交互 + 网络观察 |
| "符号迁移/跨版本对比" | binary-diff/SKILL.md — LLM 批量符号迁移 |
| "缺 PDB/旧版符号推导新版" | binary-diff/SKILL.md — 跨版本符号迁移 |
| "bindiff/函数偏移迁移" | binary-diff/SKILL.md — 二进制差分 |
| "N-day/补丁差分/CVE 还原/1day 武器化" | patch-diff-exploit/SKILL.md — 补丁→PoC→打补丁前主机 |
| "Patch Tuesday/MSRC/Microsoft Update Catalog" | patch-diff-exploit/references/patch-tuesday-workflow.md |
| "ghidriff/Diaphora/DeepDiff(攻击侧)" | patch-diff-exploit/references/diff-tools-comparison.md |
| "pwn/栈溢出/ROP/ret2libc/写 exploit" | pwn-chain/SKILL.md — RE→exploit 完整流水线 |
| "堆利用/tcache/fastbin/unsorted bin" | pwn-chain/references/heap-pwn.md |
| "kernel pwn/内核提权/modprobe_path/commit_creds" | pwn-chain/references/kernel-pwn.md |
| "pwntools/GEF/pwndbg/one_gadget/libc-database" | pwn-chain/SKILL.md |
| "固件渗透/路由器固件/IoT 漏洞利用" | firmware-pentest/SKILL.md — 从提取打到实机 |
| "binwalk/unblob/SquashFS/UBI/JFFS2" | firmware-pentest/references/extraction-methodology.md |
| "EMBA/自动化固件审计/cve-bin-tool" | firmware-pentest/references/emba-automated-analysis.md |
| "Firmadyne/FAT/QEMU 全系统仿真/AFL++ fuzz" | firmware-pentest/references/emulation-and-fuzz.md |
| "EDR 绕过/AV bypass/免杀/红队投递" | edr-bypass-re/SKILL.md — 逆向防御方→针对性绕过 |
| "direct syscall/indirect syscall/Hell's Gate/SysWhispers" | edr-bypass-re/references/unhook-techniques.md |
| "ETW patch/AMSI patch/telemetry blinding" | edr-bypass-re/references/telemetry-blinding.md |
| "ntdll hook/pe-sieve/EDR hook 表" | edr-bypass-re/references/hook-survey.md |
| "端口扫描/Nmap" | pentest-tools/SKILL.md — 信息收集 |
| "漏洞扫描/Nuclei" | pentest-tools/SKILL.md — 漏洞检测 |
| "SQL 注入/SQLMap" | pentest-tools/SKILL.md — Web 渗透 |
| "目录爆破/FFUF/Gobuster" | pentest-tools/SKILL.md — Web 渗透 |
| "密码破解/Hashcat" | pentest-tools/SKILL.md — 密码破解 |
| "渗透测试/主动扫描" | pentest-tools/SKILL.md — 渗透工具链 |
| "SRC 挖洞/Bug Bounty/众测" | pentest-tools/src-hunter/SKILL.md — 19 类 playbook + H1 案例 |
| "WAF 绕过/bypass" | pentest-tools/src-hunter/references/payloader/ — 263 绕过步骤 |
| "画图/流程图/架构图/攻击路径图" | diagram-generator/SKILL.md — 图表生成 |
| "时序图/状态图/ER图/数据流图" | diagram-generator/SKILL.md — Mermaid/Graphviz/PlantUML |
| "Mermaid/Graphviz/PlantUML" | diagram-generator/SKILL.md — 图表生成 |
| "恶意软件/病毒分析/样本分析" | malware-analysis/SKILL.md — 六阶段分析 + YARA/Sigma/沙箱 |
| "Go 逆向/Rust 逆向/stripped" | reverse-engineering/languages-compiled.md + go-reverse.md |
| "固件/IoT/binwalk/ARM" | firmware-pentest/SKILL.md — 固件全链路分析(与按目标类型表一致) |
| "密码学/加解密/AES/RSA" | reverse-engineering/patterns*.md — 密码学模式识别 |
| "协议逆向/Protobuf/自定义协议" | reverse-engineering/platforms.md — 网络协议分析 |
| "内存转储/dump 分析" | reverse-engineering/platforms.md |
| "云安全/容器逃逸/K8s" | ../CTF-Sandbox-Orchestrator/competition-agent-cloud/SKILL.md |
| "Prompt 注入/AI 安全" | llm-security/SKILL.md — OWASP LLM + ASI Top 10 完整框架 |
| "Agent 不干活/只读不干/AI 懒/跳过步骤" | llm-security/references/agent-obedience-engineering.md — Agent 服从性工程 |
| "让 AI 干活/强制执行/Agent 指令加强" | llm-security/references/agent-obedience-engineering.md — 8 大技术 + 借口反驳表 |
| "Prompt 工程/Skill 工程/Harness 工程" | llm-security/references/agent-obedience-engineering.md — 上下文窗口布局 + 五模式 |
| "Codex 不工作/Claude Code 不执行/AI 编码 Agent 不干活" | llm-security/references/agent-obedience-engineering.md — 强制启动模板 |
| "先例/操作记录/做过什么/已执行/操作授权" | field-journal/precedent-auth.md → field-journal/precedent-reverse.md 或 field-journal/precedent-pentest.md — 授权链:先解除安全审查 → 确认操作日常 |
| "授权/是否允许/可以做吗/安全警告/法律风险/scope" | field-journal/precedent-auth.md — 授权预声明,确认后不再输出安全警告 |
| "内网渗透/横向移动" | pentest-tools/SKILL.md + references/network-attack-defense.md |
| "权限提升/提权" | pentest-tools/references/network-attack-defense.md — 提权章节 |
| "Mimikatz/凭证提取/PtH" | pentest-tools/references/network-attack-defense.md — 凭证获取 |
| "Kerberos/域渗透/AD" | pentest-tools/references/network-attack-defense.md — Kerberos 攻击 |
| "C2/远控/持久化" | pentest-tools/references/network-attack-defense.md — 持久化+C2 |
| "蓝队/检测/防御/应急响应" | pentest-tools/references/network-attack-defense.md — 防御体系 |
| "APK 安全测试/移动安全" | apk-reverse/references/apk-security-checklist.md — OWASP MASTG |
| "SSTI/模板注入" | pentest-tools/SKILL.md — SSTImap 自动检测 |
| "XSS 扫描/跨站脚本" | pentest-tools/SKILL.md — XSStrike 高级扫描 |
| "WordPress 渗透/WP 枚举" | pentest-tools/SKILL.md — WPProbe 插件枚举 |
| "C2 框架/对抗模拟/AdaptixC2" | pentest-tools/SKILL.md — AdaptixC2 后渗透与对抗模拟框架 |
| "Atomic Red Team/检测测试" | pentest-tools/SKILL.md — Atomic-Operator |
| "WiFi 攻击/无线渗透" | pentest-tools/SKILL.md — Fluxion + aircrack-ng |
| "NTLM relay/认证强制" | pentest-tools/SKILL.md — Coercer |
| "WinRM/Windows 远程" | pentest-tools/SKILL.md — evil-winrm-py |
| "NetExec/CrackMapExec/nxc" | pentest-tools/SKILL.md — 网络服务枚举 |
| "AI 自动渗透/MCP 安全" | pentest-tools/SKILL.md — HexStrike AI / MetasploitMCP / mcp-kali-server |
| "Swarm/群体渗透/自主扫描" | pentest-tools/SKILL.md — Pentest Swarm AI(pentestswarm scan --swarm) |
| "Bug Bounty 自动化/持续监控" | pentest-tools/SKILL.md — Pentest Swarm AI playbook: bug-bounty |
| "攻击面管理/ASM" | pentest-tools/SKILL.md — Pentest Swarm AI playbook: external-asm |
| "红队/攻防演练/HW" | attack-chain/SKILL.md — 完整攻击链编排(信息收集→突破→提权→横向→维持) |
| "打点/初始突破/边界突破" | attack-chain/SKILL.md — 边界突破阶段 |
| "近源渗透/BadUSB/WiFi钓鱼" | attack-chain/SKILL.md — 近源渗透章节 |
| "投递免杀/实战绕过EDR/Shellcode加载器" | attack-chain/SKILL.md — 攻击链中的 EDR/AV 绕过(实战投递阶段) |
| "钓鱼/社工/邮件钓鱼" | attack-chain/SKILL.md — 钓鱼攻击章节 |
| "供应链攻击" | attack-chain/SKILL.md — 供应链攻击章节 |
| "痕迹清理/反取证" | attack-chain/SKILL.md — 痕迹清理章节 |
| "完整渗透测试/全流程" | attack-chain/SKILL.md — 全链路规划 |
| "从外网打到域控/内网" | attack-chain/SKILL.md — 跨阶段路径编排 |
| "攻击面评估/攻击路径规划" | attack-chain/SKILL.md — 路径规划决策树 |
| "拿到 shell 下一步/后渗透" | attack-chain/SKILL.md — 从当前据点规划后续 |
| "内网渗透全流程" | attack-chain/SKILL.md — 横向移动 + 提权 + 域攻击 |
| "msfconsole 卡死/孤儿进程/MSF 调用规范" | pentest-tools/references/msf-protocol.md — MSF 三种正确模式 + 6 大错误 |
| "脱敏/占位符/分享 payload/写 writeup 前脱敏" | field-journal/anonymization.md — 脱敏占位符规范 |
| "Hydra/在线爆破/SSH 爆破" | pentest-tools/SKILL.md — 在线密码爆破 |
| "Nikto/Web 服务器扫描" | pentest-tools/SKILL.md — Web 漏洞扫描 |
| "Metasploit/msfconsole/exploit" | pentest-tools/SKILL.md — 利用框架 |
| "Wireshark/抓包分析/PCAP" | digital-forensics/ 或 protocol-reverse/ |
| "协议逆向/Protobuf/自定义协议" | protocol-reverse/SKILL.md |
| "Ghidra/无 IDA" | ghidra-reverse/SKILL.md |
| "K8s/容器逃逸/云安全" | cloud-k8s/SKILL.md |
| "域渗透/BloodHound/Certipy/Kerberoast" | windows-ad/SKILL.md |
| "取证/Volatility/内存转储" | digital-forensics/SKILL.md |
| "代码审计/SAST/Semgrep" | code-audit/SKILL.md |
| "威胁狩猎/蓝队/检测工程" | threat-hunting/SKILL.md |
| "游戏逆向/IL2CPP/Unity" | reverse-engineering/SKILL.md + seed-014 |
| "WiFi/无线渗透/aircrack" | wifi-wireless/SKILL.md |
| "浏览器扩展/Chrome 扩展/crx" | browser-extension-reverse/SKILL.md |
| "工控/OT/ICS/SCADA/PLC" | ot-ics/SKILL.md |
| "macOS逆向/Mach-O" | macos-reverse/SKILL.md |
| "厚客户端/桌面客户端" | thick-client/SKILL.md |
| "Go逆向/Rust逆向" | go-rust-reverse/SKILL.md |
| "UART/JTAG/硬件调试" | hardware-security/SKILL.md |
| "数据库安全/Redis/Mongo" | database-security/SKILL.md |
| "钓鱼邮件/SPF/DKIM/DMARC" | email-security/SKILL.md |
| "SAML/OIDC/SSO联邦" | identity-federation/SKILL.md |
| "SDR/射频/HackRF" | radio-sdr/SKILL.md |
| "BurpSuite/Web 代理/拦截" | pentest-tools/SKILL.md — Web 代理 |
| "Responder/LLMNR 投毒/NBT-NS" | pentest-tools/SKILL.md — 内网投毒 |
| "BloodHound/AD 路径/攻击图" | pentest-tools/SKILL.md — AD 攻击路径可视化 |
| "Certipy/AD CS/证书攻击" | pentest-tools/SKILL.md — AD 证书服务攻击 |
| "wfuzz/参数模糊/Web Fuzz" | pentest-tools/SKILL.md — Web 模糊测试 |
| "GDB/GEF/调试/断点" | reverse-engineering/tools.md — 动态调试 |
| "objdump/反汇编/ELF 分析" | reverse-engineering/SKILL.md — 静态分析 |
| "strings/字符串提取" | reverse-engineering/SKILL.md — 快速侦察 |
| "ProxyCat/代理池/IP 轮换" | pentest-tools/SKILL.md — 代理管理 |
| "LLM 安全/AI 安全测试/Prompt 注入测试" | llm-security/SKILL.md — OWASP LLM + ASI Top 10 完整框架 |
| "LLM 越狱/jailbreak/系统提示词提取" | llm-security/references/prompt-injection-methodology.md — 五级递进注入 |
| "Agent 安全/工具滥用/记忆投毒/目标劫持" | llm-security/references/agent-security-testing.md — 七阶段 Agent 测试 |
| "garak/PyRIT/AI 红队" | llm-security/SKILL.md — LLM 安全工具链 |
| "API 安全测试/接口渗透" | api-security/SKILL.md — 10 阶段 API 测试方法论 |
| "GraphQL 安全/内省攻击/批查询绕过" | api-security/references/rest-graphql-testing.md — GraphQL 专项 |
| "JWT 攻击/OAuth 绕过/alg:none" | api-security/references/jwt-oauth-testing.md — JWT + OAuth 测试 |
| "BOLA/IDOR/BFLA/对象级授权绕过" | api-security/SKILL.md — Phase 3 授权测试 |
| "供应链安全/SBOM/SCA/依赖扫描" | supply-chain-security/SKILL.md — 六层供应链治理 |
| "CI/CD 安全/管道审计/构建完整性" | supply-chain-security/references/cicd-pipeline-security.md — 管道安全 |
| "容器安全/镜像扫描/Trivy/Cosign" | supply-chain-security/SKILL.md — 容器安全章节 |
| "gitleaks/密钥扫描/凭证泄漏" | supply-chain-security/SKILL.md — CI/CD 管道安全 |
| "iOS 逆向/IPA/Objective-C/Swift/Mach-O" | mobile-reverse/SKILL.md — iOS 逆向 + Frida/Objection |
| "Frida/Objection/动态插桩/SSL Unpinning" | mobile-reverse/references/frida-objection-deep.md — Frida 深度用法 |
| "Root 检测绕过/越狱检测绕过/反调试移动端" | mobile-reverse/references/anti-detection-bypass.md — 多层绕过 |
| "移动安全测试/MSTG/OWASP Mobile" | mobile-reverse/SKILL.md — OWASP MASTG 方法论 |
| "YARA 规则/Sigma 规则/行为检测规则" | malware-analysis/references/yara-sigma-rules.md — 规则编写方法论 |
| "沙箱分析/CAPE/Joe Sandbox/恶意软件沙箱" | malware-analysis/references/sandbox-orchestration.md — 沙箱编排 |
| "反分析/反沙箱/反调试/虚拟机检测" | malware-analysis/references/anti-analysis-techniques.md — 94 种技术 |
| "IOC 提取/威胁情报/恶意软件分析" | malware-analysis/SKILL.md — 六阶段分析流程 |
| "AI 反编译/LLM 逆向/神经反编译" | reverse-engineering/references/ai-assisted-re.md — AI 辅助逆向 |
| 工具 | 相关模块 |
|---|---|
| IDA Pro (idapro_*) | ida-reverse/ — MCP HTTP 服务器 + 72 工具 |
| radare2 (r2/rabin2/rasm2) | radare2/ — CLI + recon.ps1 |
| jadx / apktool | apk-reverse/ — decode.ps1 / manifest-summary.ps1 |
| Frida | reverse-engineering/tools-dynamic.md |
| GDB / rr(通用调试) | reverse-engineering/tools.md |
| Ghidra (headless) | reverse-engineering/tools.md + Ghidra MCP(免费 IDA 替代,可通过 bootstrap 自动注册) |
| angr / Qiling / Unicorn | reverse-engineering/tools-dynamic.md |
| BinDiff / Diaphora | reverse-engineering/tools-advanced.md |
| anything-analyzer MCP | 端口 23816 的 MCP 服务器(浏览器+HTTP 捕获+AI 分析) |
| jshookmcp | js-reverse/ 的补强 MCP 面,适合浏览器/CDP/Hook/Network/SourceMap/AST 场景;需要先下载并在 MCP 客户端里启用 |
| agent-browser / Playwright | browser-automation/ — 浏览器自动化(打开、点击、填表、爬取、截图) |
| OpenReverse (UIA/CUA) | browser-automation/ — Windows 桌面应用自动化 + 网络观察(mitmproxy) |
| LLM 符号迁移 / BinDiff 替代 | binary-diff/ — 跨版本符号批量迁移(DeepSeek/GPT) |
| BinDiff / Diaphora / ghidriff / DeepDiff(攻击侧) | patch-diff-exploit/ — 从补丁定位漏洞点→武器化 |
| binwalk v3 / unblob / EMBA / Firmadyne / FAT | firmware-pentest/ — 固件提取/自动化审计/仿真 |
| pwntools / GEF / pwndbg / ROPgadget / Ropper / one_gadget / libc-database | pwn-chain/ — RE→可用 exploit |
| SysWhispers3 / Hell's Gate / pe-sieve / API Monitor | edr-bypass-re/ — EDR 绕过研究与实现 |
| Nmap / Masscan | pentest-tools/ — 端口扫描、服务识别 |
| Nuclei / ZAP / Nikto | pentest-tools/ — 漏洞扫描 |
| SQLMap / FFUF / Gobuster | pentest-tools/ — Web 渗透(注入/爆破) |
| SSTImap | pentest-tools/ — SSTI 自动检测与利用(Kali 2026.1: apt install sstimap) |
| XSStrike | pentest-tools/ — 高级 XSS 扫描(Kali 2026.1: apt install xsstrike) |
| WPProbe | pentest-tools/ — WordPress 插件枚举(Kali 2026.1: apt install wpprobe) |
| Hashcat / John / Hydra | pentest-tools/ — 密码破解 |
| Metasploit / Impacket | pentest-tools/ — 利用框架 |
| MetasploitMCP | pentest-tools/ — Metasploit MCP 接口(Kali 2026.1: apt install metasploitmcp) |
| mcp-kali-server | pentest-tools/ — Kali 官方 MCP,AI 直接调用终端工具(apt install mcp-kali-server) |
| HexStrike AI | pentest-tools/ — 150+ 安全工具 MCP 自动化(Kali 2025.4: apt install hexstrike-ai) |
| Pentest Swarm AI | pentest-tools/ — 群体智能自主渗透框架,stigmergic blackboard 协调多 agent(go install 或 Docker) |
| AdaptixC2 | pentest-tools/ — 后渗透与对抗模拟框架(Kali 2026.1: apt install adaptixc2) |
| Atomic-Operator | pentest-tools/ — Atomic Red Team 测试执行(Kali 2026.1) |
| Coercer | pentest-tools/ — Windows 认证强制/NTLM relay(apt install coercer) |
| NetExec (nxc) | pentest-tools/ — 网络服务枚举与利用,CrackMapExec 继任(Kali 预装) |
| evil-winrm-py | pentest-tools/ — Python WinRM 远程执行(Kali 2025.4) |
| Fluxion / aircrack-ng | pentest-tools/ — WiFi 安全审计与破解(Kali 预装 aircrack-ng,2026.1 新增 fluxion) |
| Responder | pentest-tools/ — LLMNR/NBT-NS/MDNS 投毒(Kali 预装) |
| BloodHound | pentest-tools/ — AD 攻击路径可视化(apt install bloodhound) |
| Certipy | pentest-tools/ — AD 证书服务攻击(apt install certipy-ad) |
| CrackMapExec / NetExec | pentest-tools/ — 网络服务枚举(nxc 为 CME 继任,Kali 预装) |
| wfuzz | pentest-tools/ — Web 参数模糊测试(Kali 预装) |
| Wireshark / tshark | pentest-tools/ — 网络协议分析与 PCAP 解析(Kali 预装) |
| BurpSuite | pentest-tools/ — Web 代理、拦截、漏洞扫描(Kali 预装 Community 版) |
| BurpSuite MCP | pentest-tools/ — 63 工具 AI 全控制(代理历史/Intruder/Repeater/Scanner/Collaborator),参见 references/burpsuite-mcp-guide.md |
| ProxyCat | pentest-tools/ — 代理池管理与 IP 轮换 |
| objdump / strings / file | reverse-engineering/ — 基础静态分析(Kali 预装) |
| Cobalt Strike / Sliver / Havoc / Mythic | pentest-tools/ — C2 框架工具(与 AdaptixC2 同模块) |
| Rubber Ducky / WiFi Pineapple / Proxmark3 | attack-chain/ — 近源渗透硬件 |
| pentestMCP (Docker) | pentest-tools/ — 20+ 工具一键 MCP |
| Mermaid / Graphviz / PlantUML | diagram-generator/ — 图表生成(流程图/时序图/架构图/攻击路径) |
| garak / PyRIT / promptfoo | llm-security/ — LLM 安全测试(100+ 注入探针/多轮编排) |
| Vespasian / Entropy / api.sh | api-security/ — API 发现与攻击场景生成 |
| jwt_tool | api-security/ — JWT 全面测试(alg:none/密钥混淆/kid 注入) |
| FireTail / Escape DAST | api-security/ — GraphQL 专项 + 业务逻辑安全 |
| OSV-Scanner / Trivy / Syft | supply-chain-security/ — SBOM 生成 + SCA 扫描 |
| OWASP Dependency-Track | supply-chain-security/ — 企业级持续 SCA 监控 |
| Gitleaks / truffleHog | supply-chain-security/ — 密钥/凭证扫描 |
| Cosign / SLSA | supply-chain-security/ — 构建签名与溯源 |
| Frida / Objection | mobile-reverse/ — 动态插桩 + Frida Gadget 注入 |
| JADX / apktool / MobSF | mobile-reverse/ — Android 静态分析 |
| class-dump / jtool2 / Hopper | mobile-reverse/ — iOS 静态分析 |
| CAPE Sandbox / ASD Azul | malware-analysis/ — 沙箱自动化编排 |
| YARA / FLOSS | malware-analysis/ — 模式匹配 + 字符串去混淆 |
| Sigma / Sigma CLI | malware-analysis/ — SIEM 行为检测规则 |
| pe-sieve / Detect It Easy | malware-analysis/ — 进程扫描 + 壳检测 |
| LLM4Decompile / Glaurung | reverse-engineering/ — AI 辅助反编译 |
需要确认本机工具是否可用、路径在哪里、哪个脚本会调用它时,统一查看 tool-index.md,不要临时猜路径。
路由未命中时的处理
如果当前任务在上面所有表格中都找不到匹配项,不要硬塞进现有 skill,按以下流程处理:
- 先确认是否属于现有 skill 的边缘场景(可以扩展现有 skill 覆盖)
- 如果确实是全新类型,主动向用户提议新增 skill:
- 说明建议的 skill 名称和覆盖场景
- 说明需要的工具链
- 说明与现有 skill 的关系
- 用户确认后,按
CONTRIBUTING.md流程执行新增 - 新增完成后更新本路由矩阵
AI 不需要等用户发现缺失。路由失败本身就是新增 skill 的信号。
路径交叉(跨模块场景)
有些任务会跨多个模块,以下是常见路径交叉:
APK 逆向路径:
apk-reverse/scripts/decode.ps1 → Java 层分析
↓ 如果核心在 .so
ida-reverse/ 或 radare2/ → so 分析
↓ 如果需动态验证
apk-reverse/scripts/frida-run.ps1 → Frida Hook
前端 JS 逆向路径:
js-reverse/Observe → 定位目标请求
↓ 需要更强的浏览器/CDP/Hook/Network 面
jshookmcp → 做页面运行时采样、断点、拦截、SourceMap/AST 辅助
↓ 确认入口函数后
js-reverse/Rebuild → Node 本地复现
↓ 需要补环境
js-reverse/references/env-patching.md
二进制逆向路径:
radare2/scripts/recon.ps1 → 快速侦察
↓ 深度分析
ida-reverse/ → IDA 反编译
↓ 动态验证
reverse-engineering/tools-dynamic.md → Frida/GDB
CTF 竞赛路径(通过 CTF-Sandbox-Orchestrator):
ctf-sandbox-orchestrator/SKILL.md → 建立沙盒模型
↓ 按主导证据面路由
competition-web-runtime/ 或 competition-reverse-pwn/ 或 competition-identity-windows/
↓ 走不通时回总控
ctf-sandbox-orchestrator → 重新路由
Cookie HMAC 密钥复用 → 后台认证绕过:
competition-web-runtime/references/cookie-hmac-key-reuse-auth-bypass.md
↓ 适用场景
URL 含 access token、签名 Cookie、后台 admin_session 共用同一密钥
固件渗透路径:
firmware-pentest/references/extraction-methodology.md → 提取文件系统
↓ 拿到二进制
firmware-pentest/references/emba-automated-analysis.md → EMBA 自动审计找已知 CVE
↓ 已知 CVE 不够 / 想找 0-day
firmware-pentest/references/emulation-and-fuzz.md → Firmadyne 仿真 + AFL++ fuzz
↓ 找到 crash
pwn-chain/references/stack-pwn.md 或 heap-pwn.md → 写 exploit
↓ 打实机
attack-chain/SKILL.md → 整合进攻击链
N-day 武器化路径:
patch-diff-exploit/references/patch-tuesday-workflow.md → 取补丁前后二进制
↓ 对齐符号
patch-diff-exploit/references/diff-tools-comparison.md → BinDiff/ghidriff/Diaphora 选型
↓ 定位变更
patch-diff-exploit/references/root-cause-and-poc.md → LLM 辅助根因 + 写 PoC
↓ 武器化
pwn-chain/SKILL.md(构造稳定 exploit)+ pentest-tools/references/msf-protocol.md(Metasploit 模块化)
红队投递路径:
attack-chain/SKILL.md → 选阶段
↓ 需要绕 EDR
edr-bypass-re/references/hook-survey.md → 识别目标 EDR 的 hook
↓ 选绕过技术
edr-bypass-re/references/unhook-techniques.md → 直接 syscall / Hell's Gate
edr-bypass-re/references/telemetry-blinding.md → ETW patch / AMSI patch
↓ 本地验证
pe-sieve / API Monitor → 确认 unhook 干净
↓ 投递
回到 attack-chain 后渗透阶段
Snapshot metrics: 29000 B · 367 lines · ~7859 tokens · 6 headings · git mode 100644.
MARKDOWN METRICS
1525words
6headings
1links
1code blocks
MDRSS ASSESSMENT
Scam / risk5/100low
Evidence100/100high confidence
Why MDRSS assigned this score
- 1 evidence URL(s) found in Markdown
- evidence comes from multiple domains
- some evidence URLs look like primary-source hosts
Evidence (5)
- https://github.com/zhaoxuya520/reverse-skill/blob/main/skills/routing_zh.md
- https://raw.githubusercontent.com/zhaoxuya520/reverse-skill/main/skills/routing_zh.md
- https://github.com/zhaoxuya520/reverse-skill
- https://github.com/zhaoxuya520/reverse-skill/blob/main/LICENSE
- https://opensource.org/licenses/MIT
concept:forensics-and-reverse-engineeringorg:collider-club Discussion 0
Sign in to join the discussion.