Use for authorized database security assessment covering PostgreSQL/MySQL/MSSQL/Mongo/Redis exposure, authz, UDF/command paths, and misconfiguration review.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add xAmirHamza77/ReverseOps-Skill --skill database-security --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Database Security?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xamirhamza77-database-security)More formats (shields.io, HTML) on the badges page.
---
name: database-security
description: Use for authorized database security assessment covering PostgreSQL/MySQL/MSSQL/Mongo/Redis exposure, authz, UDF/command paths, and misconfiguration review.
---
# Database Security Assessment
## ACTION REQUIRED (Execute immediately after reading)
1. `NOW`: Read precedent-pentest; **destructive statements on production databases are prohibited** unless explicitly permitted
2. `NOW`: The scope must clearly state instances, account permissions, and whether write/delete is allowed
3. `NEXT`: Client tool paths
4. `ACT`: Exposure surface → Authentication → Authorization → Configuration → Exploit chain validation (safe)
## Applicable Scenarios
- Database unauthorized/weak password/incorrect binding to 0.0.0.0
- Excessive permissions, dangerous features (xp_cmdshell, COPY PROGRAM, UDF)
- Lateral movement: From application account to DBA
- NoSQL injection and Redis file writing, etc. (authorized environments)
## Workflow
```text
□ Network exposure and TLS
□ Account roles and grantees
□ Sensitive table access control
□ Dangerous configurations: file_priv, xp_cmdshell, load_file
□ Are audit logs enabled?
□ Backup and snapshot permissions
```
## Toolchain
| Tool | Purpose |
|------|------|
| Official CLIs | Connection and enumeration |
| sqlmap | Injection validation (authorized) |
| nuclei | Known exposure templates |
| Cloud RDS console audit | Configuration |
## References
- `references/db-misconfig-checklist.md`
- `../pentest-tools/` `../cloud-k8s/`
## Routing Context
**Upstream**: MASTER R35
**Downstream**: Gaining OS command → attack-chain; Cloud managed → cloud-k8s
## Task Completion Self-Check
- [ ] Was unauthorized write/delete avoided?
- [ ] Were configuration issues and exploitable chains differentiated?
- [ ] Checklist completed?Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!