From 5aeb55ef821932c0f78dff363de6f1d7d899eb96 Mon Sep 17 00:00:00 2001 From: Tib3rius <48113936+Tib3rius@users.noreply.github.com> Date: Sun, 29 May 2022 21:44:29 -0400 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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