fix: resolve SKILL.md validation errors

This commit is contained in:
sck_0
2026-02-20 21:46:40 +01:00
parent f40869df53
commit 70ed8b2c8a
798 changed files with 2907 additions and 59 deletions

View File

@@ -1,9 +1,11 @@
---
name: sqlmap-database-pentesting
description: "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 from a vulner..."
description: "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..."
metadata:
author: zebbern
version: "1.1"
risk: unknown
source: community
---
# SQLMap Database Penetration Testing
@@ -398,3 +400,6 @@ sqlmap -u "URL" --dbs --batch --resume
# Use persistent HTTP connection
sqlmap -u "URL" --dbs --batch --keep-alive
```
## When to Use
This skill is applicable to execute the workflow or actions described in the overview.