feat: auto-updating web app and prompt builder
* docs: detail auto-update via START_APP.bat * feat: add interactive prompt builder to skill detail page * Add a robust auto-update mechanism to the Web App launcher and introduce the Interactive Prompt Builder. * docs: add interactive prompt builder section * feat: add copy full content button
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
---
|
||||
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.
|
||||
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..."
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user