Updated ChangeLog.

This commit is contained in:
Joe Testa 2019-09-27 18:16:50 -04:00
parent fd3a1f7d41
commit 9759480ae4

View File

@ -28,6 +28,8 @@ usage: ssh-audit.py [-1246pbnvlt] <host>
-6, --ipv6 enable IPv6 (order of precedence)
-p, --port=<port> port to connect
-b, --batch batch output
-c, --client-audit starts a server on port 2222 to audit client
software config (use -p to change port)
-n, --no-colors disable colors
-v, --verbose verbose output
-l, --level=<level> minimum output level (info|warn|fail)
@ -43,6 +45,7 @@ usage: ssh-audit.py [-1246pbnvlt] <host>
## ChangeLog
### v2.1.0 (???)
- Added client software auditing functionality (see -c / --client-audit option).
- Fixed crash while scanning Solaris Sun_SSH.
- Added 5 new key exchanges: `gss-group1-sha1-toWM5Slw5Ew8Mqkay+al2g==`, `diffie-hellman-group15-sha256`, `ecdh-sha2-1.3.132.0.10`, `curve448-sha512`.
- Added 1 new host key type: `ecdsa-sha2-1.3.132.0.10`.