mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
13 lines
295 B
Markdown
13 lines
295 B
Markdown
---
|
|
functions:
|
|
file-read:
|
|
- description: The file is read and parsed as a `tmux` configuration file, part of the first invalid line is returned in an error message.
|
|
code: |
|
|
LFILE=file_to_read
|
|
tmux -f $LFILE
|
|
shell:
|
|
- code: tmux
|
|
sudo:
|
|
- code: sudo tmux
|
|
---
|