GTFOBins.github.io/_gtfobins/uniq.md
2018-07-04 19:26:52 +01:00

332 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"