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/tac
2026-01-07 21:59:13 +01:00

14 lines
347 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
tac -s 'RANDOM' /path/to/input-file
comment: |-
Make sure that `RANDOM` does not appear into the file to read otherwise the content of the file is corrupted by reversing the order of `RANDOM`-separated chunks.
contexts:
sudo:
suid:
unprivileged:
...