mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 22:40:10 +01:00
15 lines
298 B
Markdown
15 lines
298 B
Markdown
---
|
|
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/man/), 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
|
|
---
|