From f074bc8c763131d183d3cfe219c2228b79a289f6 Mon Sep 17 00:00:00 2001 From: Amir Mohammad Jahangirzad Date: Wed, 22 Nov 2023 23:49:31 +0330 Subject: [PATCH] Add tmux socket method Co-authored-by: AmirMohammad Jahangirzad Co-authored-by: Andrea Cardaci --- _gtfobins/tmux.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_gtfobins/tmux.md b/_gtfobins/tmux.md index 901ef69..da8ded4 100644 --- a/_gtfobins/tmux.md +++ b/_gtfobins/tmux.md @@ -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 ---