·sqlmap-database-pentesting
!

sqlmap-database-pentesting

This skill should be used when the user asks to "automate SQL injection testing," "enumerate database structure," "extract database credentials using sqlmap," "dump tables and columns...

46Installs·2Trend·@sickn33

Installation

$npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill sqlmap-database-pentesting

How to Install sqlmap-database-pentesting

Quickly install sqlmap-database-pentesting AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill sqlmap-database-pentesting
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: sickn33/antigravity-awesome-skills.

SKILL.md

View raw

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 methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems.

| List Databases | sqlmap -u "URL" --dbs --batch | | List Tables | sqlmap -u "URL" -D dbname --tables --batch | | List Columns | sqlmap -u "URL" -D dbname -T tablename --columns --batch | | Dump Data | sqlmap -u "URL" -D dbname -T tablename --dump --batch | | Dump All | sqlmap -u "URL" -D dbname --dump-all --batch |

| MySQL | Full Support | | PostgreSQL | Full Support | | Microsoft SQL Server | Full Support | | Oracle | Full Support | | Microsoft Access | Full Support | | IBM DB2 | Full Support | | SQLite | Full Support | | Firebird | Full Support | | Sybase | Full Support | | SAP MaxDB | Full Support | | HSQLDB | Full Support | | Informix | Full Support |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill sqlmap-database-pentesting
Category
!Security
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from sickn33/antigravity-awesome-skills

Quick answers

What is sqlmap-database-pentesting?

This skill should be used when the user asks to "automate SQL injection testing," "enumerate database structure," "extract database credentials using sqlmap," "dump tables and columns... Source: sickn33/antigravity-awesome-skills.

How do I install sqlmap-database-pentesting?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill sqlmap-database-pentesting Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

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