1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

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:
shell:
- code: |
psql
\?
!sh
suid:
- code: |
psql
\?
!sh -p
!/bin/sh
sudo:
- code: |
psql
\?
!sh
!/bin/sh
---