From d6fdf6e6330f03011f1b3f89786358e00c1be6bd Mon Sep 17 00:00:00 2001 From: LinuxSploit <68427058+LinuxSploit@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:48:20 +0500 Subject: [PATCH] Add tmux file-read --- _gtfobins/tmux.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_gtfobins/tmux.md b/_gtfobins/tmux.md index dfc3794..901ef69 100644 --- a/_gtfobins/tmux.md +++ b/_gtfobins/tmux.md @@ -1,5 +1,10 @@ --- 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: