Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
SSHCipherCheck.java | 2014-06-04 | 1.9 kB | |
ServerKeyExchangeInit.java | 2014-06-04 | 6.9 kB | |
ProtocolVersion.java | 2014-06-04 | 2.6 kB | |
Totals: 3 Items | 11.4 kB | 0 |
Code to check the ciphers supported by an SSH server. How to run the program: java -cp "ssh-cipher-check.jar" SSHCipherCheck <host> <port> or java -jar SSHCipherCheck <host> <port> where, <host> - Host name or IP address of the server. <port> - The port on which the SSH server is running. Saurabh Sule <saurabhsule82@yahoo.co.in>