web-security
✓Exploits web application vulnerabilities. Use when working with SQL injection, XSS, SSRF, SSTI, command injection, path traversal, authentication bypass, deserialization, or any web-based CTF challenge.
Installation
SKILL.md
| SQL Injection | reference/sqli.md | | XSS | reference/xss.md | | SSTI | reference/ssti.md | | Command Injection | reference/command-injection.md | | SSRF / Path Traversal | reference/ssrf-lfi.md | | Auth Bypass / Deserialization | reference/auth-deser.md |
| sqlmap | SQLi automation | sqlmap -u URL --dbs | | commix | Command injection | commix -u URL | | tplmap | SSTI automation | tplmap -u URL | | ffuf | Fuzzing | ffuf -u URL/FUZZ -w wordlist | | Burp Suite | Proxy/intercept | GUI | | jwttool | JWT attacks | jwttool TOKEN |
Exploits web application vulnerabilities. Use when working with SQL injection, XSS, SSRF, SSTI, command injection, path traversal, authentication bypass, deserialization, or any web-based CTF challenge. Source: kiwamizamurai/cctf.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/kiwamizamurai/cctf --skill web-security- Source
- kiwamizamurai/cctf
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is web-security?
Exploits web application vulnerabilities. Use when working with SQL injection, XSS, SSRF, SSTI, command injection, path traversal, authentication bypass, deserialization, or any web-based CTF challenge. Source: kiwamizamurai/cctf.
How do I install web-security?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kiwamizamurai/cctf --skill web-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/kiwamizamurai/cctf
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01