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/fmt
2026-01-12 01:16:43 +01:00

23 lines
426 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
fmt -pNON_EXISTING_PREFIX /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
version: |-
GNU
- binary: false
code: |-
fmt -999 /path/to/input-file
comment: |-
This corrupts the output by wrapping very long lines at the given width (`999`).
contexts:
sudo:
suid:
unprivileged:
...