If we check the third telnet packet, we can see that this packet indeed contains the users and the hashed passwords. Now all that I need to do is crack the hash. I used hashcat to do this. Command: hashcat -m 1800 buddy_hash.txt /usr/share/wordlists/rockyou.txt Soon enough, hash...