GTFOBins.github.io/_gtfobins/man.md

15 lines
298 B
Markdown
Raw Normal View History

2018-05-21 21:14:41 +02:00
---
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/man/), other functions may apply.
2018-05-21 21:14:41 +02:00
functions:
2018-10-05 19:55:38 +02:00
shell:
2018-07-16 15:01:50 +02:00
- code: |
man man
!/bin/sh
2018-07-04 20:26:52 +02:00
file-read:
2018-07-16 15:01:50 +02:00
- code: man file_to_read
2018-10-05 19:55:38 +02:00
sudo:
2018-07-16 15:01:50 +02:00
- code: |
sudo man man
!/bin/sh
---