From 481cd24a8482b135f5c5c69b592581628337f157 Mon Sep 17 00:00:00 2001 From: Andrea Cardaci Date: Tue, 29 May 2018 17:11:36 +0200 Subject: [PATCH] Fix ssh file-read --- _gtfobins/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/ssh.md b/_gtfobins/ssh.md index 9b2fe66..93912f3 100644 --- a/_gtfobins/ssh.md +++ b/_gtfobins/ssh.md @@ -19,7 +19,7 @@ functions: ssh $HOST "cat > $RPATH" < $LPATH file-read: - description: Read lines from text files (error-based approach). - - code: | + code: | LFILE=file_to_read ssh -F $LFILE localhost ---