1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/psql
funkyremi e53b156b19 Add psql shell
Close #454.
2026-01-17 11:09:29 +01:00

24 lines
337 B
Plaintext

---
comment: |-
A valid PostgreSQL server must be available to connect to.
functions:
inherit:
- code: |-
psql
\?
contexts:
sudo:
suid:
unprivileged:
from: less
shell:
- code: |-
psql
\! /bin/sh
contexts:
sudo:
suid:
shell: true
unprivileged:
...