Fix psql shell path and remove suid

This commit is contained in:
Andrea Cardaci 2020-12-20 20:13:01 +01:00
parent 6a6485c44b
commit 5102eccdfc

View File

@ -1,18 +1,14 @@
--- ---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
functions: functions:
shell: shell:
- code: | - code: |
psql psql
\? \?
!sh !/bin/sh
suid:
- code: |
psql
\?
!sh -p
sudo: sudo:
- code: | - code: |
psql psql
\? \?
!sh !/bin/sh
--- ---