Updated Usage (markdown)
parent
335bec4f00
commit
84195724c5
7
Usage.md
7
Usage.md
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue