mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 06:19:27 +01:00
Add screen
This commit is contained in:
parent
383db60b02
commit
73b18859d5
20
_gtfobins/screen.md
Normal file
20
_gtfobins/screen.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
functions:
|
||||
shell:
|
||||
- code: screen
|
||||
file-write:
|
||||
- description: This has been found working on screen version 4.06.02. The file has a trailing `^C` character.
|
||||
code: |
|
||||
LFILE=file_to_write
|
||||
screen -L -Logfile $LFILE tail -f /dev/null
|
||||
DATA
|
||||
^C
|
||||
- description: This has been found working on screen version 4.05.00. The file has a trailing `^C` character.
|
||||
code: |
|
||||
LFILE=file_to_write
|
||||
screen -L $LFILE tail -f /dev/null
|
||||
DATA
|
||||
^C
|
||||
sudo:
|
||||
- code: sudo screen
|
||||
---
|
Loading…
Reference in New Issue
Block a user