mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-22 18:53:40 +02:00
Minor cleanups (#116)
* docker_test.sh: fix shellcheck warnings * docker_test.sh: unify style No changes in functionality. * docker_test.sh: whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * invoke bash using /usr/bin/env * build_windows_executable.sh: fix variable assignment * update_windows_man_page.sh: unify style No changes in functionality. * whitespace fixes * stop mixing tabs and spaces * remove trailing whitespace * fix spelling * remove trailing whitespace
This commit is contained in:
16
README.md
16
README.md
@ -71,9 +71,9 @@ usage: ssh-audit.py [options] <host>
|
||||
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`.
|
||||
* batch flag `-b` will output sections without header and without empty lines (implies verbose flag).
|
||||
* verbose flag `-v` will prefix each line with section type and algorithm name.
|
||||
* if both IPv4 and IPv6 are used, order of precedence can be set by using either `-46` or `-64`.
|
||||
* batch flag `-b` will output sections without header and without empty lines (implies verbose flag).
|
||||
* verbose flag `-v` will prefix each line with section type and algorithm name.
|
||||
* an exit code of 0 is returned when all algorithms are considered secure (for a standard audit), or when a policy check passes (for a policy audit).
|
||||
|
||||
Basic server auditing:
|
||||
@ -299,18 +299,18 @@ For convenience, a web front-end on top of the command-line tool is available at
|
||||
|
||||
### v1.0.20160207
|
||||
- use OpenSSH 7.2 banner
|
||||
- additional warnings for OpenSSH 7.2
|
||||
- additional warnings for OpenSSH 7.2
|
||||
- fix OpenSSH 7.0 failure messages
|
||||
- add rijndael-cbc failure message from OpenSSH 6.7
|
||||
|
||||
### v1.0.20160105
|
||||
- multiple additional warnings
|
||||
- support for none algorithm
|
||||
- better compression handling
|
||||
- ensure reading enough data (fixes few Linux SSH)
|
||||
- better compression handling
|
||||
- ensure reading enough data (fixes few Linux SSH)
|
||||
|
||||
### v1.0.20151230
|
||||
- Dropbear SSH support
|
||||
- Dropbear SSH support
|
||||
|
||||
### v1.0.20151223
|
||||
- initial version
|
||||
- initial version
|
||||
|
Reference in New Issue
Block a user