mirror of
https://github.com/GTFOBins/GTFOBins.github.io.git
synced 2026-03-07 06:31:33 +01:00
31 lines
599 B
Plaintext
31 lines
599 B
Plaintext
---
|
|
functions:
|
|
file-write:
|
|
- binary: false
|
|
code: |-
|
|
screen -L -Logfile /path/to/output-file echo DATA
|
|
comment: |-
|
|
Data is appended to the file and `\n` is converted to `\r\n`.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
version: |-
|
|
4.06.02
|
|
- binary: false
|
|
code: |-
|
|
screen -L /path/to/output-file echo DATA
|
|
comment: |-
|
|
Data is appended to the file and `\n` is converted to `\r\n`.
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
version: |-
|
|
4.05.00
|
|
shell:
|
|
- code: |-
|
|
screen
|
|
contexts:
|
|
sudo:
|
|
unprivileged:
|
|
...
|