Updated Usage (markdown)

Tib3rius 2022-01-21 16:38:47 -05:00
parent 84195724c5
commit bfcf99ce4b
1 changed files with 2 additions and 2 deletions

@ -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