This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
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
synced
2025-11-03 10:18:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
eba354eda0b654d5518c94b0012f5370f5a26ef0
GTFOBins.github.io
/
_gtfobins
/
screen.md
Andrea Cardaci
740fa3a44f
Reword screen and use echo instead of tail with user interaction
...
Based on an example provided by
#76
.
2019-12-04 02:25:49 +01:00
494 B
Raw
Blame
History
functions
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
Reference in New Issue
View Git Blame
Copy Permalink