GTFOBins.github.io/_gtfobins/tmux.md

16 lines
423 B
Markdown
Raw Normal View History

2019-03-31 12:03:55 +02:00
---
functions:
2021-06-24 08:48:20 +02:00
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
2019-03-31 12:03:55 +02:00
shell:
- code: tmux
- description: Provided to have enough permissions to access the socket.
code: |
tmux -S /path/to/socket_name
2019-03-31 12:03:55 +02:00
sudo:
- code: sudo tmux
---