GTFOBins.github.io/_gtfobins/shuf.md
2018-07-16 15:01:50 +02:00

391 B

description functions
The read file content is corrupted by adding a newline.
file-write suid-enabled
code
LFILE=file_to_write shuf -e data -o "$LFILE"
description code
LFILE=file_to_write ./shuf -e data -o "$LFILE" sudo-enabled:
code
LFILE=file_to_write sudo shuf -e data -o "$LFILE"