Algorithm lookup (#53)

* Adding ssh-audit.py to algorithm_lookup_branch

* Removed the use of an error handler from algorithm_lookup and implemented suggestions made by jugmac00 and jtesta
This commit is contained in:
thecliguy
2020-08-12 00:02:35 +01:00
committed by GitHub
parent 0c00b37328
commit 86cb453928
2 changed files with 68 additions and 3 deletions

View File

@ -36,6 +36,7 @@ usage: ssh-audit.py [options] <host>
-j, --json JSON output
-l, --level=<level> minimum output level (info|warn|fail)
-L, --list-policies list all the official, built-in policies
--lookup=<alg> performs an algorithm lookup (accepts a comma separated list)
-M, --make-policy=<policy.txt> creates a policy based on the target server
(i.e.: the target server has the ideal
configuration that other servers should