·web-security
!

web-security

kiwamizamurai/cctf

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.

3Installs·1Trend·@kiwamizamurai

Installation

$npx skills add https://github.com/kiwamizamurai/cctf --skill web-security

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.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kiwamizamurai/cctf --skill web-security
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