Fixed a crash while doing host key tests.

This commit is contained in:
Joe Testa
2021-02-26 16:01:30 -05:00
parent 741bd631e2
commit c483fe1861
4 changed files with 6 additions and 3 deletions

View File

@ -161,6 +161,9 @@ $ docker pull positronsecurity/ssh-audit
For convenience, a web front-end on top of the command-line tool is available at [https://www.ssh-audit.com/](https://www.ssh-audit.com/).
## ChangeLog
### v2.5.0-dev (???)
- Fixed crash when running host key tests.
### v2.4.0 (2021-02-23)
- Added multi-threaded scanning support.
- Added built-in Windows manual page (see `-m`/`--manual`); credit [Adam Russell](https://github.com/thecliguy).