Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

Secure copy — transfer files over SSH between hosts

transfersshcopylinuxremote

Download File from Remote

Copy a file from a remote host to local.

scp @:

Upload File to Remote

Copy a local file to a remote host.

scp @:

Recursive Directory Copy

Recursively copy a directory from remote to local.

scp -r @:

Copy with SSH Key

Use a specific private key for authentication.

scp -i @: