sqlmap-database-pentesting

Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap.

Content Preview
---
name: sqlmap-database-pentesting
description: "Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap."
risk: unknown
source: community
author: zebbern
date_added: "2026-02-27"
---

# SQLMap Database Penetration Testing

## Purpose

Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/sqlmap-database-pentesting.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/sqlmap-database-pentesting/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/sickn33/antigravity-awesome-skills

Then reference at skills/sqlmap-database-pentesting/SKILL.md

Related Skills