Updated Usage (markdown)
parent
5ebe67da83
commit
5aeb55ef82
12
Usage.md
12
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 <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.
|
||||
Loading…
Reference in New Issue