Update README.md
This commit is contained in:
parent
9f8e057ddb
commit
3f12537fb4
|
|
@ -176,9 +176,9 @@ optional arguments:
|
||||||
The maximum number of concurrent port scans to run. Default: 10 (approx 20% of max-scans unless
|
The maximum number of concurrent port scans to run. Default: 10 (approx 20% of max-scans unless
|
||||||
specified)
|
specified)
|
||||||
-c CONFIG_FILE, --config CONFIG_FILE
|
-c CONFIG_FILE, --config CONFIG_FILE
|
||||||
Location of AutoRecon's config file. Default: /home/tib3rius/.config/AutoRecon/config.toml
|
Location of AutoRecon's config file. Default: ~/.config/AutoRecon/config.toml
|
||||||
-g GLOBAL_FILE, --global-file GLOBAL_FILE
|
-g GLOBAL_FILE, --global-file GLOBAL_FILE
|
||||||
Location of AutoRecon's global file. Default: /home/tib3rius/.config/AutoRecon/global.toml
|
Location of AutoRecon's global file. Default: ~/.config/AutoRecon/global.toml
|
||||||
--tags TAGS Tags to determine which plugins should be included. Separate tags by a plus symbol (+) to group
|
--tags TAGS Tags to determine which plugins should be included. Separate tags by a plus symbol (+) to group
|
||||||
tags together. Separate groups with a comma (,) to create multiple groups. For a plugin to be
|
tags together. Separate groups with a comma (,) to create multiple groups. For a plugin to be
|
||||||
included, it must have all the tags specified in at least one group. Default: default
|
included, it must have all the tags specified in at least one group. Default: default
|
||||||
|
|
@ -192,7 +192,7 @@ optional arguments:
|
||||||
None
|
None
|
||||||
--reports PLUGINS Override --tags / --exclude-tags for the listed Report plugins (comma separated). Default: None
|
--reports PLUGINS Override --tags / --exclude-tags for the listed Report plugins (comma separated). Default: None
|
||||||
--plugins-dir PLUGINS_DIR
|
--plugins-dir PLUGINS_DIR
|
||||||
The location of the plugins directory. Default: /home/tib3rius/.config/AutoRecon/plugins
|
The location of the plugins directory. Default: ~/.config/AutoRecon/plugins
|
||||||
--add-plugins-dir PLUGINS_DIR
|
--add-plugins-dir PLUGINS_DIR
|
||||||
The location of an additional plugins directory to add to the main one. Default: None
|
The location of an additional plugins directory to add to the main one. Default: None
|
||||||
-l [TYPE], --list [TYPE]
|
-l [TYPE], --list [TYPE]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue