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/ul.md
2018-05-30 19:15:29 +01:00

369 B

description functions
The read file content is corrupted by replacing the occurrences of underscores to terminal sequences.
sudo-enabled suid-enabled file-read
code
LFILE=file_to_read sudo ul "$LFILE"
code
LFILE=file_to_read ./ul "$LFILE"
code
LFILE=file_to_read ul "$LFILE"