From 3c0fc8ead4e513c4007f426435d5388f49e9feca Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Fri, 5 Feb 2021 22:12:27 -0500 Subject: [PATCH] Updated README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9ee413f..1385cb7 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ usage: ssh-audit.py [options] -L, --list-policies list all the official, built-in policies --lookup= looks up an algorithm(s) without connecting to a server + -m, --manual print the man page (Windows only) -M, --make-policy= creates a policy based on the target server (i.e.: the target server has the ideal configuration that other servers should @@ -54,6 +55,8 @@ usage: ssh-audit.py [options] (default: 5) -T, --targets= a file containing a list of target hosts (one per line, format HOST[:PORT]) + --threads= number of threads to use when scanning multiple + targets (-T/--targets) (default: 32) -v, --verbose verbose output ``` * if both IPv4 and IPv6 are used, order of precedence can be set by using either `-46` or `-64`. @@ -160,6 +163,7 @@ For convenience, a web front-end on top of the command-line tool is available at ## ChangeLog ### v2.4.0-dev (???) - Added multi-threaded scanning support. + - Added built-in Windows manual page (see `-m`/`--manual`); credit [Adam Russell](https://github.com/thecliguy). - Added version check for OpenSSH user enumeration (CVE-2018-15473). - Added deprecation note to host key types based on SHA-1. - Added extra warnings for SSHv1.