Connection
Client
VPN
openvpn <config file>.ovpn
openvpn --config <ovpn file> --auth-user-pass <creds file> #creds are username and password separated by a line breakSSH
ssh <user>@<ip> -p <port>
ssh <user>@<ip> -i <path to private key>Create a private key
ssh-keygen -t <rsa/dsa/ecsda> -f <file>
chmod 600 <file>SCP
scp <user>@<host>:<filepath> <local path>
scp -i <pkey> <user>@<host>:<filepath> <local path>
scp -r <user>@<host>:<folder> <local path>HTTP
Generic Ports
File Download
Download
Download recursive
File Upload
POST upload
Server
HTTP
FTP
SMB
Remote desktop
rdesktop
xfreerdp
VNC
Last updated