How to test for SQL injection in a CTF challenge with security skills
使うタイミング: You encounter a web challenge that may be vulnerable to SQL injection in a CTF competition.
前提条件
- Security skills installed — /plugin marketplace add Eyadkelleh/awesome-claude-skills-security
- Target is a CTF challenge you are authorized to test — Ensure you have explicit authorization
フロー
-
Invoke the SQLi test command/sqli-test — I have a login form at http://ctf-challenge.local/login. Help me test it for SQL injection vulnerabilities.✓ コピーしました→ Claude provides relevant SQLi payloads from SecLists and testing strategy
-
Analyze resultsThe server returned a 500 error with 'OR 1=1. What does this indicate and what should I try next?✓ コピーしました→ Explanation of the vulnerability type and escalation approach
結果: Identified SQL injection vector with exploitation path for the CTF flag.
注意点
- Testing against unauthorized targets — Only use these skills on systems you own or have written authorization to test