1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 06:31:33 +01:00
GTFOBins.github.io/_gtfobins/sort
2026-01-19 02:07:14 +01:00

20 lines
308 B
Plaintext

---
functions:
file-read:
- binary: false
code: |-
sort -m /path/to/input-file
contexts:
sudo:
suid:
unprivileged:
file-write:
- binary: false
code: |-
echo DATA | sort -m -o /path/to/output-file
contexts:
sudo:
suid:
unprivileged:
...