This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
20607b9b3c75d92a8df9bda105cbfcdf9dbabc28
GTFOBins.github.io
/
_gtfobins
/
screen.md
Emilio
73b18859d5
Add screen
2019-03-12 17:44:03 +00:00
548 B
Raw
Blame
History
functions
functions
shell
file-write
sudo
code
screen
description
code
This has been found working on screen version 4.06.02. The file has a trailing `^C` character.
LFILE=file_to_write screen -L -Logfile $LFILE tail -f /dev/null DATA ^C
description
code
This has been found working on screen version 4.05.00. The file has a trailing `^C` character.
LFILE=file_to_write screen -L $LFILE tail -f /dev/null DATA ^C
code
sudo screen
Reference in New Issue
View Git Blame
Copy Permalink