Clarify SSH version compatibility feature.

This commit is contained in:
Andris Raugulis 2016-08-12 16:33:34 +03:00
parent eb7cb4a36a
commit e8bd764cdb
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
- grab banner, detect ssh1 protocol and zlib compression; - grab banner, detect ssh1 protocol and zlib compression;
- gather key-exchange, host-key, encryption and message authentication code algorithms; - gather key-exchange, host-key, encryption and message authentication code algorithms;
- output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc); - output algorithm information (available since, removed/disabled, unsafe/weak/legacy, etc);
- analyze SSH version compatibility based on algorithm information;
- historical information from OpenSSH and Dropbear SSH; - historical information from OpenSSH and Dropbear SSH;
- no dependencies, compatible with python2 and python3; - no dependencies, compatible with python2 and python3;
@ -22,7 +23,7 @@ Verbose flag will fill each row, i.e, not leave blanks, for easier usage with _b
## ChangeLog ## ChangeLog
### v1.0.20160812 ### v1.0.20160812
- implement compatibility feature - implement SSH version compatibility feature
- fix wrong mac algorithm warning - fix wrong mac algorithm warning
- fix Dropbear SSH version typo - fix Dropbear SSH version typo
- parse pre-banner header - parse pre-banner header