Updated Usage (markdown)

Tib3rius 2022-01-18 22:06:34 -05:00
parent 335bec4f00
commit 84195724c5
1 changed files with 6 additions and 1 deletions

@ -249,4 +249,9 @@ Like the config file, AutoRecon looks in multiple places for its global file (gl
```
autorecon -g /path/to/global.toml
autorecon --global /path/to/global.toml
```
```
## Tags
AutoRecon uses the concept of tags to enable / disable certain plugins at runtime. Plugins can be tagged with multiple tags, or no tags. If no tags are specified, and the tag attribute is not set to an empty list ([]), then the plugin will be automatically tagged as "default". Plugins tagged with "default" will be enabled by default. Other common tags include: safe, long, and unsafe.