Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

CTF-BTFly

CTF-BTFly에는 huihuilikaile에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
16
업데이트
2026-07-23
Forks
3
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

ctf-workflow
소프트웨어 개발자

Use for every CTF challenge to maintain evidence, artifacts, flag candidates, and a reproducible writeup.

2026-07-23
crypto
소프트웨어 개발자

Solve cryptography CTF challenges with mathematical analysis and reproducible scripts.

2026-07-23
forensics
소프트웨어 개발자

Solve digital forensics CTF challenges while preserving original evidence and provenance.

2026-07-23
misc
소프트웨어 개발자

Solve miscellaneous CTF challenges involving steganography, media, encodings, automation, and puzzles.

2026-07-23
pwn
소프트웨어 개발자

Solve authorized binary exploitation CTF challenges with checksec, debugging, and pwntools.

2026-07-23
reverse
소프트웨어 개발자

Solve reverse-engineering CTF challenges through static and controlled dynamic analysis.

2026-07-23
web
소프트웨어 개발자

Solve authorized Web CTF challenges using scoped HTTP inspection, source review, and reproducible exploit scripts.

2026-07-23
ctf-crypto
소프트웨어 개발자

Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical crypto problems involving RSA, AES, ECC, lattices, LWE, CVP, number theory, Coppersmith, Pollard, Wiener, padding oracle, GCM, key derivation, or stream/block cipher weaknesses.

2026-07-23
ctf-forensics
소프트웨어 개발자

Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, Volatility, PCAP, Docker images, coredumps, side-channel power traces, DTMF audio spectrograms, packet timing analysis, CD audio disc images, or recovering deleted files and credentials.

2026-07-23
ctf-misc
소프트웨어 개발자

Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails, bash jails, RF/SDR, DNS oddities, unicode tricks, esoteric languages, QR or audio puzzles, constraint solving, game theory, unusual sandbox escapes, and hybrid logic puzzles. Prefer a more specific skill first when the challenge is mainly web, pwn, reverse, forensics, malware, OSINT, or crypto. Treat this as the fallback skill for genuine cross-category or edge-case challenges, not the default starting point.

2026-07-23
ctf-pwn
소프트웨어 개발자

Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn memory corruption or low-level primitives into code execution or privilege escalation, such as buffer overflows, format strings, heap bugs, ROP, ret2libc, shellcode, kernel exploitation, seccomp bypass, sandbox escape, or Windows/Linux exploit chains. Do not use it when the main blocker is understanding what the binary does; use reverse engineering first. Do not use it for pure web bugs, disk or packet forensics, or standalone crypto/math challenges.

2026-07-23
ctf-reverse
소프트웨어 개발자

Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or virtualized target works before exploiting or solving it, including binaries, APKs, WASM, firmware, custom VMs, bytecode, game clients, malware-like loaders, and anti-debug or anti-analysis logic. Do not use it when the vulnerability is already understood and the remaining task is exploitation; use pwn instead. Do not use it for pure web workflows, log or disk forensics, or standalone crypto problems unless reversing the implementation is the real blocker.

2026-07-23
ctf-web
소프트웨어 개발자

Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template engine, identity flow, or smart-contract frontend/backend surface, including XSS, SQLi, SSTI, SSRF, XXE, JWT, auth bypass, file upload, request smuggling, OAuth/OIDC, SAML, prototype pollution, and similar web bugs. Do not use it for native binary memory corruption, reverse engineering of standalone executables, disk or memory forensics, or pure cryptanalysis unless the web flaw is still the main path to the flag.

2026-07-23