mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-08 20:24:11 +02:00
13 lines
343 B
Plaintext
13 lines
343 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
od -An -c -w999 /path/to/input-file
|
|
comment: |-
|
|
Three spaces are added before each character in the read file (wrapped at the specified value, i.e., `999`), and non-printable chars are printed as backslash escape sequences.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|