mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-10 21:20:22 +02:00
20 lines
308 B
Plaintext
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:
|
|
...
|