1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-09-07 20:50:38 +02:00

Add tmux socket method

Co-authored-by: AmirMohammad Jahangirzad <a.jahangirzad@spara.ir>
Co-authored-by: Andrea Cardaci <cyrus.and@gmail.com>
This commit is contained in:
Amir Mohammad Jahangirzad 2023-11-22 23:49:31 +03:30 committed by GitHub
parent 8d683fbec4
commit f074bc8c76
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,9 @@ functions:
tmux -f $LFILE
shell:
- code: tmux
- description: Provided to have enough permissions to access the socket.
code: |
tmux -S /path/to/socket_name
sudo:
- code: sudo tmux
---