mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-08-07 19:54:12 +02:00
13 lines
383 B
Plaintext
13 lines
383 B
Plaintext
---
|
|
functions:
|
|
file-read:
|
|
- code: |-
|
|
atobm /path/to/input-file
|
|
comment: |-
|
|
Outputs only the first line of the file to standard error without the `-` and `#` characters, this can be customized with the `-c` option, by default is `-c -#`. Content can be retrieved with `awk -F "'" '{printf "%s", $2}'`.
|
|
contexts:
|
|
sudo:
|
|
suid:
|
|
unprivileged:
|
|
...
|