mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-25 14:30:07 +01:00
Fix ssh file-read
This commit is contained in:
parent
b1ea773378
commit
481cd24a84
@ -19,7 +19,7 @@ functions:
|
|||||||
ssh $HOST "cat > $RPATH" < $LPATH
|
ssh $HOST "cat > $RPATH" < $LPATH
|
||||||
file-read:
|
file-read:
|
||||||
- description: Read lines from text files (error-based approach).
|
- description: Read lines from text files (error-based approach).
|
||||||
- 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