README.md in wpscan-3.7.9 vs README.md in wpscan-3.7.10
- old
+ new
@@ -128,9 +128,14 @@
```yml
cli_options:
api_token: YOUR_API_TOKEN
```
+## Load APi Token From ENV
+
+The API Token will be automatically loaded from the ENV variable `WPSCAN_API_TOKEN` if present. If the `--api-token` CLI option is also provided, the value from the CLI will be used.
+
+
## Enumerating usernames
```shell
wpscan --url https://target.tld/ --enumerate u
```