원클릭으로
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.