1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 15:59:17 +01:00

Add tmux file-read

This commit is contained in:
LinuxSploit 2021-06-24 11:48:20 +05:00 committed by GitHub
parent ed0922ee57
commit d6fdf6e633
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -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: