mirror of
https://github.com/jtesta/ssh-audit.git
synced 2025-06-23 02:54:33 +02:00
Document new arguments.
This commit is contained in:
12
README.md
12
README.md
@ -11,12 +11,16 @@
|
||||
|
||||
## Usage
|
||||
```
|
||||
usage: ssh-audit.py [-nv] host[:port]
|
||||
usage: ssh-audit.py [-bnv] [-l <level>] <host[:port]>
|
||||
|
||||
-v verbose
|
||||
-n disable colors
|
||||
-b, --batch batch output
|
||||
-n, --no-colors disable colors
|
||||
-v, --verbose verbose output
|
||||
-l, --level=<level> minimum output level (info|warn|fail)
|
||||
|
||||
```
|
||||
Verbose flag will fill each row, i.e, not leave blanks, for easier usage with _batch_ scripts or with manual grepping.
|
||||
* 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.
|
||||
|
||||
### example
|
||||

|
||||
|
Reference in New Issue
Block a user