Used for uploading or downloading files over SSH.
scp.exe executions referencing ProxyCommand.
Spawns specified command from scp.exe -> ssh.exe, even if no SSH server is running on localhost (or any other address specified).
scp.exe -o ProxyCommand="{CMD}" . localhost:.
Proxy execution of specified command, can be used as a defensive evasion.
Spawns specified command from scp.exe -> ssh.exe, even if no SSH server is running on localhost (or any other address specified).
scp.exe -S "{CMD}" . localhost:.
Proxy execution of specified command, can be used as a defensive evasion.