mirror of
https://github.com/zebbern/claude-code-guide.git
synced 2026-09-01 10:07:52 +08:00
feat: add author metadata to all security skills
Added metadata block with author: zebbern and version: 1.1 to all 29 security skills for proper attribution and versioning.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
---
|
||||
name: SQLMap Database Penetration Testing
|
||||
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 vulnerable database," or "perform automated database penetration testing." It provides comprehensive guidance for using SQLMap to detect and exploit SQL injection vulnerabilities.
|
||||
metadata:
|
||||
author: zebbern
|
||||
version: "1.1"
|
||||
---
|
||||
|
||||
# SQLMap Database Penetration Testing
|
||||
|
||||
Reference in New Issue
Block a user