1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-19 02:11:39 +02:00
GTFOBins.github.io/_gtfobins/shuf.md
2018-07-04 19:26:52 +01:00

366 B

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