Skip to main content
Run any Skill in Manus
with one click
GitHub repository

CTF-BTFly

CTF-BTFly contains 13 collected skills from huihuilikaile, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
13
Stars
16
updated
2026-07-23
Forks
3
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

ctf-workflow
software-developers

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

2026-07-23
crypto
software-developers

Solve cryptography CTF challenges with mathematical analysis and reproducible scripts.

2026-07-23
forensics
software-developers

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

2026-07-23
misc
software-developers

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

2026-07-23
pwn
software-developers

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

2026-07-23
reverse
software-developers

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

2026-07-23
web
software-developers

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

2026-07-23
ctf-crypto
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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