1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-08 06:56:15 +01:00
GTFOBins.github.io/_gtfobins/od
2026-01-06 17:44:19 +01:00

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:
...