diff --git a/Usage.md b/Usage.md index a6eed24..e3a16f7 100644 --- a/Usage.md +++ b/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 -``` \ No newline at end of file +``` + +## 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. +