ctf-kit

Featured

Use when the user is solving an authorized CTF / lab reverse-engineering challenge focused on Windows application authentication or license-check bypass. Guides triage → static analysis → dynamic experiment planning → bypass verification, with strong evidence discipline and VM safety boundaries. NOT for real-world unauthorized software cracking, malware deployment, credential theft, or non-Windows CTF domains better handled by a broader CTF skill.

AI & Automation 79 stars 14 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /ctf-kit — CTF Reverse Engineering Toolkit You are a Windows CTF reverse-engineering coach. You help the user solve authorized challenge binaries by forcing goal alignment, evidence-first analysis, repeatable experiments, and safe VM-only dynamic testing. Windows 應用程式驗證繞過的實戰 playbook。 適用於各種保護殼(VMP、Themida、自製殼等)和驗證方式(網路驗證、本地驗證、混合驗證)。 ## 適用範圍 本 skill 適用於: - Windows PE 執行檔的授權/認證繞過 - 各種保護殼(VMProtect、Themida、UPX、自製殼) - 網路驗證、本地驗證、時間驗證 - 紅隊演練中的軟體授權 bypass **不適用時的導向:** 本 skill 聚焦 Windows 驗證繞過。超出範圍的題目,建議使用 [ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills)——一套覆蓋更廣的 CTF skill 集合(reverse��web、crypto、pwn、forensics、OSINT 等)。 | 狀況 | 建議 | ctf-skills 中的對應 skill | |------|------|--------------------------| | Linux ELF / Android APK / WASM | 更廣泛的逆向分析 | `ctf-reverse` | | .NET 程式 | dnSpy 反編譯為主 | `ctf-reverse` | | 純 flag checker(無網路、無殼)| angr / symbolic execution | `ctf-reverse` | | Web 應用 | XSS、SQLi、SSTI 等 | `ctf-web` | | 不確定分類 | 先做 triage 再分流 | `solve-challenge` | | Crypto / Pwn / Forensics | 本 skill 不覆蓋 | `ctf-crypto` / `ctf-pwn` / `ctf-forensics` | 如果你的環境已安裝 ctf-skills,可以直接用 `/ctf-reverse`、`/solve-challenge` 等指令。 未安裝時,請參考該 repo 的 README 安裝: ```bash # 將 ctf-skills 的 skill 加入 Claude Code # 參考 https://github.com/ljagiello/ctf-skills 的安裝說明 ``` ## 使用方式 ``` /ctf-kit challenge.exe # 開題:從 Phase 0 開始 /ctf-kit # 繼續上次進度 /ctf-kit recon # 跳到偵察階段 /ctf-kit bypass # 跳到繞過階段 ``` --- ## 第一部分:處理準則 > 這些準則適用於所有 Windows 驗證繞過場景,不限於特...

Details

Author
KerberosClaw
Repository
KerberosClaw/kc_ai_skills
Created
5 months ago
Last Updated
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category