This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced
2026-01-15 03:41:34 +01:00
Code
Issues
f79b10a5f8
GTFOBins.github.io
/
_gtfobins
/
screen.md
Emilio
73b18859d5
Add screen
2019-03-12 17:44:03 +00:00
548 B
Raw
Blame
History
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