Ctf Web
ljagiello/ctf-skillsProvides 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.
At a glance
git clone --depth 1 https://github.com/ljagiello/ctf-skills
cp -r ctf-skills/ctf-web ~/.claude/skills/ctf-web
Setup, runtime and requirements describe ljagiello/ctf-skills, the repo this skill ships in.
Also in ljagiello/ctf-skills
View the repoProvides 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 malware analysis and network traffic techniques for CTF challenges. Use when analyzing obfuscated scripts, malicious packages, cust...
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...
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...