postgresql-attack

Installation
SKILL.md

PostgreSQL 渗透测试与利用

PostgreSQL 默认监听 5432 端口,功能强大的 SQL 引擎配合丰富的系统函数和扩展机制,一旦获得连接权限,从文件读写到操作系统命令执行仅需几条 SQL。

深入参考(必读)


Phase 1: 服务发现

1.1 端口扫描与版本识别

# Nmap 版本探测
nmap -sV -p 5432 TARGET
Installs
15
GitHub Stars
1.7K
First Seen
May 2, 2026
postgresql-attack — wgpsec/aboutsecurity