Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
GitHub-Repository

CTF-BTFly

CTF-BTFly enthält 13 gesammelte Skills von huihuilikaile, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.

gesammelte Skills
13
Stars
16
aktualisiert
2026-07-23
Forks
3
Berufsabdeckung
1 Berufskategorien · 100% klassifiziert
Repository-Explorer

Skills in diesem Repository

ctf-workflow
Softwareentwickler

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

2026-07-23
crypto
Softwareentwickler

Solve cryptography CTF challenges with mathematical analysis and reproducible scripts.

2026-07-23
forensics
Softwareentwickler

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

2026-07-23
misc
Softwareentwickler

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

2026-07-23
pwn
Softwareentwickler

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

2026-07-23
reverse
Softwareentwickler

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

2026-07-23
web
Softwareentwickler

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

2026-07-23
ctf-crypto
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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