ctf
GitHub提供CTF解题方法论,涵盖Web、Crypto等类别。支持使用Deep Eye工具扫描自有实验室目标,执行漏洞利用并生成Writeup报告,仅限教育用途。
Trigger Scenarios
Install
npx skills add zakirkun/deep-eye --skill ctf -g -y
SKILL.md
Frontmatter
{
"name": "ctf",
"description": "CTF methodology with optional Deep Eye on lab targets you own. Use for CTF, HTB, picoCTF, web\/pwn\/rev\/crypto\/forensics, \/ctf. Educational only."
}
Deep Eye — CTF Skill
Only scan labs you own or are allowed to attack.
Loop
Read → classify → inventory → hypotheses → exploit → writeup.
Web labs + Deep Eye
python deep_eye.py -u http://LAB:PORT -v --formats json
Helpful: ssti/ssti_engines, sql_injection, xss, jwt_deep, lfi, ssrf, php_webshell, graphql_deep.
Multi-surface inject: core/injection_surfaces.py.
Categories
Web / crypto / pwn / rev / forensics / OSINT — standard CTF method; flag formats vary.
Writeup
# Name
- Idea / steps / flag / lesson
Rules
No real third-party attacks for practice; honor spoiler policies.
Version History
- dc5059c Current 2026-08-20 02:49


