Updated Usage (markdown)

Tib3rius 2022-05-29 21:44:29 -04:00
parent 5ebe67da83
commit 5aeb55ef82
1 changed files with 11 additions and 1 deletions

@ -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 <target>
```
```
## 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.