github.com/zhaoxuya520/reverse-skill
| Skill | Added | Review |
|---|---|---|
windows-ad skills/windows-ad/SKILL.md Use for authorized Active Directory and Windows identity attacks including Kerberos, AD CS, BloodHound paths, NTLM relay, and domain privilege escalation research. | 70 70 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
wifi-wireless skills/wifi-wireless/SKILL.md Use for authorized wireless security assessment including Wi-Fi capture, WPA handshake analysis, rogue AP detection research, and lab-only deauth testing. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
threat-hunting skills/threat-hunting/SKILL.md Use for blue-team threat hunting, detection engineering with Sigma/YARA, SIEM query design, and incident detection validation. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
thick-client skills/thick-client/SKILL.md Use for authorized security testing of desktop thick clients including local storage, update channels, IPC, traffic, and client-side trust boundaries. | 67 67 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
supply-chain-security skills/supply-chain-security/SKILL.md Use for software supply-chain security assessment covering SBOM, SCA, CI/CD pipelines, container images, build integrity, dependency provenance, and vulnerability reachability. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
reverse-engineering skills/reverse-engineering/SKILL.md Provides reverse engineering techniques. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker. | 68 68 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
radio-sdr skills/radio-sdr/SKILL.md Use for authorized RF/SDR security research including signal identification, replay feasibility study in shielded labs, and wireless protocol analysis outside classic Wi-Fi. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
radare2 skills/radare2/SKILL.md Use this skill whenever the user wants to analyze binaries with radare2/r2 from the command line, including reverse engineering, disassembly, function analysis, strings/import inspection, patching, binary diffing, hex inspection, or r2 scripting. Also use it when the user mentions PE/ELF/Mach-O/DEX/WASM files together with CLI analysis, `rabin2`, `rasm2`, `radiff2`, `r2pipe`, or asks for radare2 command help on Windows/Linux/macOS. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
pwn-chain skills/pwn-chain/SKILL.md 从逆向走到可用利用 (Working Exploit) 的全链路工程化方法。 适用场景:拿到了二进制 + 漏洞点 + 目标环境,需要写出一个能稳定打通的 exploit(不是只能本地复现一下、远程一打就崩的脚本)。 覆盖三大方向:栈溢出 / 堆利用 / 内核 pwn。强调"CTF 本地通 → 真实远程稳定打通"的工程差距:libc 版本错配、堆喷射时序、SMEP/SMAP/KASLR、栈对齐、远程缓冲。 核心工具链:pwntools + GEF/pwndbg + ROPgadget/Ropper + one_gadget + libc-database + qemu-system 内核调试。 触发关键词:pwn、栈溢出、堆溢出、ROP、ret2libc、ret2csu、one_gadget、libc-database、堆利用、tcache、fastbin、unsorted bin、kernel pwn、kROP、SMEP、SMAP、KASLR、modprobe_path、pwntools、GEF、pwndbg。 | 75 75 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
protocol-reverse skills/protocol-reverse/SKILL.md Use for authorized reverse engineering of custom binary protocols, Protobuf/gRPC, WebSocket frames, and PCAP-driven protocol recovery. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
src-hunter skills/pentest-tools/src-hunter/SKILL.md 实战 SRC / 众测 / Bug bounty 漏洞挖掘工作流 skill。包含:5 阶段方法论(intake → recon → enum → hunt → report)、19 个攻击类 playbook(SQLi/XSS/RCE/SSRF/IDOR/CSRF/Path Traversal/File Upload/SSTI/XXE/Race/HTTP Smuggling/OAuth/JWT/SAML/GraphQL/Mobile/LLM/DoS)、305 个结构化 payload、263 个 WAF/EDR 绕过变体、2887 份 HackerOne 真实 High/Critical 已披露案例、77,000+ WooYun 案例统计、国产 OA / 中间件指纹库、银行 / 电信行业垂直 playbook。当用户提到 "src 挖洞 / src 漏洞挖掘 / bug bounty / 众测 / hackerone / 漏洞赏金 / SRC / 任意 X 漏洞 / 渗透测试" 或问"如何挖某个目标 / 怎么测某个 API / 如何绕过 WAF" 时触发。 | 73 73 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
pentest-tools skills/pentest-tools/SKILL.md 主动渗透测试工具链。覆盖信息收集、端口扫描、漏洞扫描、Web 渗透、SQL 注入、目录爆破、密码破解等场景。 通过 MCP server(pentestMCP / mcp-security-hub)将 20+ 安全工具暴露给 AI agent。 触发关键词:渗透测试、端口扫描、Nmap、漏洞扫描、Nuclei、SQL 注入、SQLMap、目录爆破、FFUF、密码破解、Hashcat、信息收集、子域名、Web 渗透、ZAP、Burp。 | 72 72 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
patch-diff-exploit skills/patch-diff-exploit/SKILL.md N-day 补丁差分到利用。从厂商发布的补丁里反推漏洞点、写 PoC、做成可用的攻击模块。 适用场景:已知 CVE 编号但只有补丁没有 PoC、SRC/红队需要打击未及时更新的资产、N-day 武器化、Patch Tuesday 跟进。 核心方法:拿 before/after 二进制 → 对齐符号 → 二进制 diff → 看新增的安全检查反推 bug class → 写 PoC 触发漏洞。 触发关键词:N-day、Nday、补丁差分、patch diff、patch tuesday、1day、binary diff 漏洞、bindiff 利用、ghidriff、Diaphora、补丁分析、CVE 复现、漏洞还原、补丁反推、N-day 武器化。 | 75 75 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
ot-ics skills/ot-ics/SKILL.md Use for authorized OT/ICS security assessment covering Purdue model zoning, PLC/SCADA exposure, industrial protocol discovery, and safe passive-first evaluation. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
mobile-reverse skills/mobile-reverse/SKILL.md Use for authorized Android or iOS application reverse engineering and security testing, including APK or IPA analysis, runtime instrumentation, SSL pinning, and platform protection checks. | 70 70 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
malware-analysis skills/malware-analysis/SKILL.md Use when analyzing suspected malware through static, dynamic, and behavioral techniques, including IOC extraction, YARA or Sigma rules, sandboxing, and anti-analysis behavior. | 70 70 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
macos-reverse skills/macos-reverse/SKILL.md Use for authorized macOS and Mach-O reverse engineering including codesign, Objective-C/Swift recovery, endpoint security surfaces, and Apple platform malware analysis. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
llm-security skills/llm-security/SKILL.md Use for authorized security assessment of LLM applications and AI agents, including prompt injection, tool abuse, RAG exposure, memory poisoning, and model supply-chain risks. | 76 76 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
js-reverse skills/js-reverse/SKILL.md 在使用 js-reverse-mcp 做前端 JavaScript 逆向时使用,适用于签名链路定位、页面观察取证、运行时采样、本地补环境复现与证据化输出。优先适配当前环境里的 js-reverse_* 工具,需要更强的浏览器/CDP/Hook 面时联动 jshookmcp。 | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 6aa1362 | |
identity-federation skills/identity-federation/SKILL.md Use for authorized assessment of federated identity systems including SAML, OIDC, OAuth2 flows, SSO misconfiguration, and token confusion issues. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
ida-reverse skills/ida-reverse/SKILL.md IDA Pro 逆向分析辅助技能。当用户提到逆向、反编译、分析二进制/PE/ELF/APK/DLL/SO、破解、找密码、漏洞分析、病毒分析、firmware 固件分析,或需要分析 exe/dll/so/elf/macho/sys 等文件时,务必使用此技能。 Ensure to use this skill when the user wants to analyze any binary file, regardless of whether they explicitly mention "IDA" or "reverse engineering". This includes requests like "看看这个exe", "分析这个dll", "帮我破解", "找一下密码", "这个软件怎么注册", etc. Use the bundled scripts (scripts/start.ps1, scripts/open.ps1) for deterministic server management and file opening — do NOT write ad-hoc PowerShell commands for these operations. | 69 69 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 | |
hardware-security skills/hardware-security/SKILL.md Use for authorized hardware and embedded interface security research including UART/JTAG discovery, debug pad triage, secure boot overview, and offline firmware extraction support. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
go-rust-reverse skills/go-rust-reverse/SKILL.md Use for reverse engineering stripped Go and Rust binaries including runtime recognition, pclntab/moduel data recovery, panic strings, and idiomatic decompilation recovery. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
ghidra-reverse skills/ghidra-reverse/SKILL.md Use for free/open reverse engineering with Ghidra (headless or GUI), including decompile, cross-refs, and optional Ghidra MCP workflows when IDA is unavailable. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 6aa1362 | |
firmware-pentest skills/firmware-pentest/SKILL.md 固件 / IoT 渗透链。从拿到一坨 .bin / .img 开始,闭环走完逆向 → 提取 → 模拟 → 利用。 方法论遵循 OWASP FSTM 九阶段;工具链以 binwalk v3、unblob、EMBA、Firmadyne、AFL++ 为主。 适用场景:路由器/摄像头/智能家居固件审计、固件升级包逆向、IoT CVE 复现、嵌入式 0day 挖掘。 触发关键词:固件、firmware、IoT、binwalk、unblob、UART、JTAG、squashfs、UBI、JFFS2、Firmadyne、QEMU 全系统仿真、EMBA、固件渗透、路由器固件、嵌入式漏洞利用、bootloader、NVRAM、FAT、firmware analysis toolkit。 | 75 75 Impact — No eval scenarios have been run Securityby Critical Do not install without reviewing Version: 6aa1362 |