Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

CTF-BTFly

CTF-BTFly contém 13 skills coletadas de huihuilikaile, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
13
Stars
16
atualizado
2026-07-23
Forks
3
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

ctf-workflow
Desenvolvedores de software

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

2026-07-23
crypto
Desenvolvedores de software

Solve cryptography CTF challenges with mathematical analysis and reproducible scripts.

2026-07-23
forensics
Desenvolvedores de software

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

2026-07-23
misc
Desenvolvedores de software

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

2026-07-23
pwn
Desenvolvedores de software

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

2026-07-23
reverse
Desenvolvedores de software

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

2026-07-23
web
Desenvolvedores de software

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

2026-07-23
ctf-crypto
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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