GTFOBins.github.io/_gtfobins/uniq.md

346 B

description functions
The read file content is corrupted by squashing multiple adjacent lines.
file-read suid-enabled sudo-enabled
code
LFILE=file_to_read uniq "$LFILE"
code
LFILE=file_to_read ./uniq "$LFILE"
code
LFILE=file_to_read sudo uniq "$LFILE"