From 5eb669e01cb0ae1d3ad750cbb4079431ef16285d Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Tue, 2 Mar 2021 11:27:40 -0500 Subject: [PATCH] Updated README. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a11ba14..f933158 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ usage: ssh-audit.py [options] -c, --client-audit starts a server on port 2222 to audit client software config (use -p to change port; use -t to change timeout) + -d, --debug Enable debug output. -j, --json JSON output -l, --level= minimum output level (info|warn|fail) -L, --list-policies list all the official, built-in policies @@ -163,6 +164,7 @@ For convenience, a web front-end on top of the command-line tool is available at ## ChangeLog ### v2.5.0-dev (???) - Fixed crash when running host key tests. + - Added `-d`/`--debug` option for getting debugging output; credit [Adam Russell](https://github.com/thecliguy). ### v2.4.0 (2021-02-23) - Added multi-threaded scanning support.