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/atobm
2025-12-24 02:25:50 +01:00

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:
...