From 3ecb26886a1e4ceda21fadf2b84a4ddfe55bcf77 Mon Sep 17 00:00:00 2001 From: Quim Date: Mon, 15 Apr 2019 12:43:47 +0200 Subject: [PATCH] added proxy config to instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58620df..6bfa906 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ cd /path/to/VulnWhisperer python setup.py install ``` +**(Optional) If using a proxy, add proxy URL as environment variable to PATH** +```shell +export HTTP_PROXY=http://example.com:8080 +export HTTPS_PROXY=http://example.com:8080 +``` + Now you're ready to pull down scans. (see run section) Configuration