GTFOBins.github.io/_gtfobins/uniq.md
2018-06-01 12:44:34 +02:00

350 B

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