mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-01-13 15:29:39 +01:00
8a66a4c0db
Update psql.md The previous option was not working for me and the new one is working
21 lines
359 B
Markdown
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
|
|
---
|