issues
search
ait-testbed
/
attackmate
AttackMate is an attack orchestration tool that executes full attack-chains based on playbooks.
GNU General Public License v3.0
20
stars
3
forks
source link
sftp command
#118
Closed
thorinaboenke
closed
3 months ago
thorinaboenke
commented
3 months ago
This PR relates to issue #117 and issue #119
add missing sftp command to executors (using same instance for ssh and sftp commands)
use union of SSHCommand and SFTPCommand for proper type hinting
use same instance of SSHExecutor for ssh and stfp commands
throw ExecExeption with informative message if sftp put fails with IOError (happens when the destination path does not specify a filename) now:
before:
This PR relates to issue #117 and issue #119
before: