一键导入
ctf
Start CTF challenge solving pipeline. Auto-matches "ctf", "solve challenge", "pwn", "reversing", "crypto challenge", "wargame"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Start CTF challenge solving pipeline. Auto-matches "ctf", "solve challenge", "pwn", "reversing", "crypto challenge", "wargame"
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start Bug Bounty target analysis pipeline. Auto-matches "bounty", "target analysis", "find vulns", "bug hunting", "Immunefi", "Bugcrowd", "H1"
Validate agent checkpoint.json. Detect idle, fake completion, error recovery. Matches "checkpoint", "idle", "agent status"
Use when firmware binary analysis, attack surface mapping, or endpoint discovery is needed for a target
Check endpoint_map.md coverage at Phase 1→2 transition. Blocks Phase 2 if below 80%. Matches "coverage check", "endpoint coverage", "Phase 2 gate"
Pre-check if a Bug Bounty finding is Out-of-Scope. Auto-triggered at Phase 0 (full scan) and Phase 1 (per-finding). Matches "OOS", "out of scope", "exclusion check"
Classify PoC file quality as Tier 1-4. Run after exploiter completes, before triager-sim. Matches "PoC tier", "PoC quality", "poc quality", "exploit verify"
| name | ctf |
| description | Start CTF challenge solving pipeline. Auto-matches "ctf", "solve challenge", "pwn", "reversing", "crypto challenge", "wargame" |
Challenge info:
!if [ -n "$1" ] && [ -e "$1" ]; then file "$1" 2>/dev/null && checksec --file="$1" 2>/dev/null | head -5; elif [ -d "$ARGUMENTS" ] 2>/dev/null; then ls -la "$ARGUMENTS" 2>/dev/null | head -10; fi
Knowledge DB prior attempts:
!python3 /home/rootk1m/01_CYAI_Lab/01_Projects/Terminator/tools/knowledge_indexer.py search "$ARGUMENTS" 2>/dev/null | head -10 || echo "search unavailable"
MUST solve with Agent Teams. Do NOT solve directly.
knowledge/index.md — check if already solved or attemptedecho "test" | ./<binary> 2>&1sudo apt install libc6:i386 etc.)file, checksec, strings | head -20if difficulty == "trivial" (source available, logic bug, one-liner exploit):
ctf-solver 1-agent (model=sonnet) → reporter
elif type == "pwn" and vuln_clear:
reverser → chain → critic → verifier → reporter (5-agent)
elif type == "pwn" and vuln_unclear:
reverser → trigger → chain → critic → verifier → reporter (6-agent)
elif type == "reversing" or "crypto":
reverser → solver → critic → verifier → reporter (4-agent)
elif type == "web":
scout → analyst → exploiter → reporter (4-agent)
TeamCreate("ctf-<challenge_name>")
All agents: subagent_type="<role>", mode="bypassPermissions", model MUST be specified.
knowledge/index.mdREMINDER: Local flag = FAKE. Always verify via remote(host, port). Agent model parameter is mandatory.