Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

CTF-BTFly

يحتوي CTF-BTFly على 13 من skills المجمعة من huihuilikaile، مع تغطية مهنية على مستوى المستودع وصفحات 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