mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-08 06:56:15 +01:00
14 lines
260 B
Plaintext
14 lines
260 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- binary: false
|
|
code: |-
|
|
nl -bn -w1 -s '' /path/to/input-file
|
|
comment: |-
|
|
The read file content is corrupted by a leading space added to each line.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|