OpenSource-Hub

reverse-skill

기타

zhaoxuya520/reverse-skill

역방향 침투 스킬 라우팅 패키지, AI 자동 라우팅 및 부트스트랩 툴체인.

개요

AI 프로그래밍 에이전트에 리버스 엔지니어링, 침투 테스트 및 CTF 작업을 위한 스킬 라우팅을 제공하여 방법을 자동으로 매칭하고 도구 체인을 안내합니다. 메인 라우트, 시나리오 스크립트, 도구 감지 스크립트 및 자동 진화하는 경험 라이브러리를 포함하며, Claude Code, Cursor 등의 클라이언트를 지원합니다.

README 미리보기

\n  \n\n\nreverse-skill\nCybersecurity Skills Router · 逆向技能路由包\n\nNavigate the dark waters, sail against the stream.\n\n\n  \n  \n  \n  \n  \n  \n\n\n\n  \n\n\n\n\n\n  About ·\n  Getting Started ·\n  Usage ·\n  Fast route ·\n  Routing ·\n  Ops contracts ·\n  AI Bootstrap ·\n  Sponsors ·\n  Contributing\n\n\n\n  🌐 中文\n\n\n\n\n\n\n## About\n\n> **If you are an AI Agent, jump to [README_AI.md](README_AI.md) and follow the instructions strictly.**\n\nWhen an AI agent (Claude Code, Codex CLI, Cursor, etc.) encounters an APK, a binary, frontend JS encryption, a CTF challenge, or a pentesting target, this package routes it to the right methodology, checks available tools, and executes a repeatable workflow instead of guessing commands.\n\n```\nUser task\n  → RULES.md\n  → MASTER-ROUTING / master-route.ps1 (PRIMARY)\n  → case-init / scope.md (auth + network_profile; no target ACT until ready)\n  → Scenario skill → tools / MCP / scripts\n  → timeline + Evidence→Finding→Path → report + field-journal\n```\n\n**Why this exists:**\n- AI agents don't know whether to use jadx, apktool, Frida, IDA, or BurpSuite for a given task\n- APK, ELF, JS, PCAP, and CTF tasks each need different playbooks\n- Tools, MCP servers, and scripts are scattered across machines\n- The same mistakes get repeated because experience isn't reused\n\nPRIMARY ladder: [skills/MASTER-ROUTING.md](skills/MASTER-ROUTING.md) · Full matrix: [skills/routing.md](skills/routing.md) · Ops: [skills/ops/](skills/ops/)\n\n\n\n\n  \n    \n  \n\n\n\n\n(back to top)\n\n### Built With\n\n\n  \n  IDA Pro · radare2 · Ghidra\n\n\n(back to top)\n\n\n\n## Getting Started\n\n### Prerequisites\n\n- **Java / JDK** — for jadx and apktool\n- **Node.js 22.12+** — for JS toolchain and MCP servers\n- **Python 3.x** — for Frida and helper scripts\n- **A code AI client** — Claude Code, Codex CLI, Cursor, etc.\n\n### Installation\n\n```\ngit clone https://github.com/zhaoxuya520/reverse-skill.git\n```\n\nThen refresh the tool index per platf