From 5f760fb8f8f44367979b463c70b92cc8b382a510 Mon Sep 17 00:00:00 2001 From: Andris Raugulis Date: Mon, 10 Oct 2016 14:03:45 +0300 Subject: [PATCH] New version screenshot and ChangeLog notes. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359bd09..12bf748 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,18 @@ usage: ssh-audit.py [-bnv] [-l ] * verbose flag `-v` will prefix each line with section type and algorithm name. ### example -![screenshot](https://cloud.githubusercontent.com/assets/7356025/17623665/da5281c8-60a9-11e6-9582-13f9971c22e0.png) +![screenshot](https://cloud.githubusercontent.com/assets/7356025/19233757/3e09b168-8ef0-11e6-91b4-e880bacd0b8a.png) ## ChangeLog +### v1.6.0 (2016-10-xx) + - implement algorithm recommendations section (based on recognized software) + - implement full libssh support (version history, algorithms, security, etc) + - fix SSH-1.99 banner recognition and version comparison functionality + - do not output empty algorithms (happens for misconfigured servers) + - make consistent output for Python 3.x versions + - add a lot more tests (conf, banner, software, SSH1/SSH2, output, etc) + - use Travis CI to test for multiple Python versions (2.6-3.5, pypy, pypy3) + - use Coveralls for coverage reporting ### v1.5.0 (2016-09-20) - create security section for related security information