Linux Remote Management Protocols
SSH
git clone https://github.com/jtesta/ssh-audit.git && cd ssh-audit
./ssh-audit.py 10.129.14.132ssh -v user@10.129.14.132
ssh -v user@10.129.14.132 -o PreferredAuthentications=passwordRsync
sudo nmap -sV -p 873 127.0.0.1nc -nv 127.0.0.1 873rsync -av --list-only rsync://127.0.0.1/devLast updated