Basics
- Shell
- Port: door or window in a house (system)
- Tools
- SSH: SSH client connects to an SSH server
- either password or passwordless using Public-Key AUTH
- SSH stable than a reverse shell
- can be used as "jump host" to enumerate and attack other hosts in the network, transfer tools, set up persistence, etc
ssh bob@10.10.0.14
- nc: netcat allows interaction with tcp udp ports
- connecting with shells is the primary usage
- banner grabbing:
- TMUX: cheatsheet
- VIM: cheatsheet
- SSH: SSH client connects to an SSH server


