Directory · Claude Skills

Ctf Malware

ljagiello/ctf-skills

Provides malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, custom crypto protocols, C2 traffic, PE/.NET binaries, RC4/AES encrypted communications, YARA rules, shellcode analysis, memory forensics for malware (Volatility malfind, process injection detection), anti-analysis techniques (VM/sandbox detection, timing evasion, API hashing, process injection, environment checks), or extracting malware configurations and indicators of compromise.

★ 2,711 MIT Synced 2 weeks ago View SKILL.md

At a glance

Manual install Python Actively maintained MIT
Install git clone --depth 1 https://github.com/ljagiello/ctf-skills cp -r ctf-skills/ctf-malware ~/.claude/skills/ctf-malware
Can use Not declared by the author

Setup, runtime and requirements describe ljagiello/ctf-skills, the repo this skill ships in.

Also in ljagiello/ctf-skills

View the repo

Provides AI and machine learning techniques for CTF challenges. Use when attacking ML models, crafting adversarial examples, performing mode...

Provides cryptography attack techniques for CTF challenges. Use when attacking encryption, hashing, signatures, ZKP, PRNG, or mathematical c...

Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, netw...

Provides miscellaneous CTF challenge techniques for problems that do not cleanly fit the main categories. Use for encoding puzzles, pyjails,...

Provides open source intelligence techniques for CTF challenges. Use when gathering information from public sources, social media, geolocati...

Provides binary exploitation techniques for CTF challenges. Use when you already have a vulnerable native target or service and need to turn...

Provides reverse engineering techniques for CTF challenges. Use when the main job is to understand how a compiled, obfuscated, packed, or vi...

Provides web exploitation techniques for CTF challenges. Use when the target is primarily an HTTP application, API, browser client, template...

Generates a single standardized submission-style CTF writeup for competition handoff and organizer review. Use after solving a CTF challenge...

Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf...