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.
$npx -y skills add ljagiello/ctf-skills --skill ctf-webInstalls into the current project.
Run `npx skills use "https://github.com/ljagiello/ctf-skills" --skill "ljagiello/ctf-skills/ctf-web"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ljagiello/ctf-skills" that are relevant to the current task. Run `npx skills add "https://github.com/ljagiello/ctf-skills"` and select the relevant skills, then follow their instructions.