From 0563351abbb23f2644548ef5326a26e4877c3430 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Fri, 20 Sep 2019 22:47:34 -0400 Subject: [PATCH] Updated README. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8fcbf1f..b75c6ba 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,9 @@ AutoRecon uses Python 3 specific functionality and does not support Python 2. ``` usage: autorecon.py [-h] [-ct ] [-cs ] [--profile PROFILE] - [-o OUTPUT] [--nmap NMAP | --nmap-append NMAP_APPEND] [-v] + [-o OUTPUT] [--single-target] [--only-scans-dir] + [--heartbeat HEARTBEAT] + [--nmap NMAP | --nmap-append NMAP_APPEND] [-v] [--disable-sanity-checks] targets [targets ...] @@ -101,6 +103,16 @@ optional arguments: scan-profiles.toml). Default: default -o OUTPUT, --output OUTPUT The output directory for results. Default: results + --single-target Only scan a single target. A directory named after the + target will not be created. Instead, the directory + structure will be created within the output directory. + Default: false + --only-scans-dir Only create the "scans" directory for results. Other + directories (e.g. exploit, loot, report) will not be + created. Default: false + --heartbeat HEARTBEAT + Specifies the heartbeat interval (in seconds) for task + status messages. Default: 60 --nmap NMAP Override the {nmap_extra} variable in scans. Default: -vv --reason -Pn --nmap-append NMAP_APPEND @@ -108,7 +120,7 @@ optional arguments: -v, --verbose Enable verbose output. Repeat for more verbosity. --disable-sanity-checks Disable sanity checks that would otherwise prevent the - scans from running. + scans from running. Default: false ``` ### Examples