From 99ac875542e392cf5feb17894a95f6d411c36370 Mon Sep 17 00:00:00 2001 From: Joe Testa Date: Sun, 18 Aug 2019 10:03:03 -0400 Subject: [PATCH] Added timeout argument. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65281c2..8798191 100644 --- a/README.md +++ b/README.md @@ -29,13 +29,14 @@ usage: ssh-audit.py [-1246pbnvl] -n, --no-colors disable colors -v, --verbose verbose output -l, --level= minimum output level (info|warn|fail) - + -t, --timeout= timeout (in seconds) for connection and reading + (default: 5) ``` * 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. -### example +### Example ![screenshot](https://cloud.githubusercontent.com/assets/7356025/19233757/3e09b168-8ef0-11e6-91b4-e880bacd0b8a.png) ## ChangeLog