From 552d731e6a739c5d99255965e29f75f4e01f6ee4 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 2 Mar 2020 11:56:42 +0100 Subject: [PATCH] Updates Readme to reflect #1460 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 705694e8..219aa242 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,11 @@ 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 used, the value from the CLI will be used. + + ## Enumerating usernames ```shell