diff --git a/Usage.md b/Usage.md index 9648121..ab2f6cd 100644 --- a/Usage.md +++ b/Usage.md @@ -297,4 +297,14 @@ If instead, you wish to simply import additional plugins without adding them to ``` autorecon --plugins-dir=/path/to/plugins --add-plugins-dir=/path/to/additional/plugins -``` \ No newline at end of file +``` + +## Listing Plugins + +The `--list / -l` option will list information about all the plugins in AutoRecon. An optional type can be provided to only display a specific type of plugin. Supported types are: port, service, report. For example, to list the service scan plugins, use: + +``` +autorecon -l service +``` + +The plugin type, name, slug, and description (if it exists) will be displayed for each plugin. \ No newline at end of file