Updated Usage (markdown)
parent
84195724c5
commit
bfcf99ce4b
4
Usage.md
4
Usage.md
|
|
@ -247,8 +247,8 @@ autorecon --config /path/to/config.toml <target>
|
|||
Like the config file, AutoRecon looks in multiple places for its global file (global.toml). It will first check the current working directory for the file, and if not found, will use the one automatically created at ~/.config/AutoRecon/global.toml. The command line option `-g` and `--global` will override this behavior, and force AutoRecon to use the one specified:
|
||||
|
||||
```
|
||||
autorecon -g /path/to/global.toml
|
||||
autorecon --global /path/to/global.toml
|
||||
autorecon -g /path/to/global.toml <target>
|
||||
autorecon --global /path/to/global.toml <target>
|
||||
```
|
||||
|
||||
## Tags
|
||||
|
|
|
|||
Loading…
Reference in New Issue