zhaoxuya520/reverse-skill

database-security

Use for authorized database security assessment covering PostgreSQL/MySQL/MSSQL/Mongo/Redis exposure, authz, UDF/command paths, and misconfiguration review.

View source
Original skill document

Rendered from the source repository. Headings, examples, code, tables, links, and referenced images are preserved.

Database Security Assessment

ACTION REQUIRED(读完后立刻执行)

  1. NOW: 读取 precedent-pentest;生产库禁止破坏性语句 unless 明确允许
  2. NOW: scope 写清实例、账号权限、是否允许写/删
  3. NEXT: 客户端工具路径
  4. ACT: 暴露面 → 认证 → 授权 → 配置 → 利用链验证(安全)

适用场景

  • 数据库未授权/弱口令/错误绑定 0.0.0.0
  • 权限过大、危险功能(xp_cmdshell、COPY PROGRAM、UDF)
  • 横向:从应用账号到 DBA
  • NoSQL 注入与 Redis 写文件等(授权环境)

工作流

text
□ 网络暴露与 TLS
□ 账号角色与 grantee
□ 敏感表访问控制
□ 危险配置:file_priv、xp_cmdshell、load_file
□ 审计日志是否开启
□ 备份与快照权限

工具链

工具用途
官方 CLI连接与枚举
sqlmap注入验证(授权)
nuclei已知暴露模板
云 RDS 控制台审计配置

参考

  • references/db-misconfig-checklist.md
  • ../pentest-tools/ ../cloud-k8s/

路由上下文

上游: MASTER R35 下游: 获 OS 命令 → attack-chain;云托管 → cloud-k8s

任务完成自检

  • [ ] 是否避免未授权写删?
  • [ ] 是否区分配置问题与可利用链?
  • [ ] Checklist?
from this repository

More skills

All skills
zhaoxuya520
Community

reverse-skill-router

Routes reverse engineering, exploitation, penetration testing, malware, mobile, firmware, browser automation, documentation, and security tasks to the appropriate specialist skill. Use when a task spans modules or the correct reverse-skill entrypoint is unclear.

installs
2
GitHub stars
34.1K
Updated
Aug 31
zhaoxuya520
Community

case-review

Reviews a reverse-skill case package for scope readiness, Evidence to Finding to Path traceability, work item coverage, timeline references, and optional artifact hash integrity before report handoff.

installs
1
GitHub stars
36.6K
Updated
Sep 3
zhaoxuya520
Community

api-security

Use for authorized security assessment of REST, GraphQL, WebSocket, or SOAP APIs, including discovery, authentication, authorization, rate-limit, and CI/CD testing.

installs
1
GitHub stars
36.3K
Updated
Sep 3
zhaoxuya520
Community

binary-diff

跨版本符号迁移与二进制差分。当你有旧版本的符号/逆向结果,需要快速迁移到新版本时使用。 适用场景:内核缺 PDB 用旧版符号推导、程序更新后批量迁移函数名、应用更新后快速定位新偏移。 核心方法:用 LLM 做结构化差异比对,程序化输入输出,成本极低(200 函数 ~1 元)。 触发关键词:符号迁移、bindiff、跨版本、PDB 缺失、函数偏移迁移、symbol migration、binary diff、版本对比。

installs
1
GitHub stars
36.3K
Updated
Sep 3