Sshnuke
sshnuke is a fictitious computer program featured in the film The Matrix Reloaded.
In a scene about two-thirds of the way through the film, the character Trinity hacks into a power station's computer network. To do so, she first runs the network utility nmap against a computer on the network. Nmap reports that port 22, the standard port for SSH remote logins, is open. Trinity then runs the program sshnuke which, according to her terminal, attempts exploit the CRC-32 bug in the SSH version 1 server software. CRC-32 is a real bug in SSH version 1 that allows hackers to gain access to a computer using a buffer overflow attack.
Trinity's attack using sshnuke is successful, and she gains root access to the system, which immediately prompts her to change the root password. (This is not default behavior in reality.) Trinity enters the password "Z1ON0101". (Note the substitution of the number "1" for the letter "I", a transliteration common in leetspeak and strengthening passwords against a dictionary attack.
References
Matrix Sequel Has Hacker Cred. Article by famed hacker-turned-journalist Kevin Poulsen explains the hack in some detail, and talks to the creator of Nmap.