From b775838e9603e2985090dad8d0df44679bdcd352 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Thu, 13 Dec 2012 13:36:09 +0100 Subject: [PATCH] Readme updated for basic auth --- README | 2 ++ README.md | 2 ++ lib/wpscan/wpscan_helper.rb | 1 + 3 files changed, 5 insertions(+) diff --git a/README b/README index e023a792..e0579ea6 100644 --- a/README +++ b/README @@ -131,6 +131,8 @@ ryandewhurst at gmail --proxy-auth Supply the proxy login credentials in the format username:password (will override the one from conf/browser.conf.json). +--basic-auth Set the HTTP Basic authentification + --wordlist | -w Supply a wordlist for the password bruter and do the brute. --threads | -t The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json) diff --git a/README.md b/README.md index 3e195180..1efcadab 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,8 @@ Prerequisites: --proxy-auth Supply the proxy login credentials in the format username:password (will override the one from conf/browser.conf.json). + --basic-auth Set the HTTP Basic authentification + --wordlist | -w Supply a wordlist for the password bruter and do the brute. --threads | -t The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json) diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 6229ba14..bbcd57fc 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -102,6 +102,7 @@ def help() puts "--proxy Supply a proxy in the format host:port or protocol://host:port (will override the one from conf/browser.conf.json)." puts " HTTP, SOCKS4 SOCKS4A and SOCKS5 are supported. If no protocol is given (format host:port), HTTP will be used" puts "--proxy-auth Supply the proxy login credentials in the format username:password (will override the one from conf/browser.conf.json)." + puts "--basic-auth Set the HTTP Basic authentification" puts "--wordlist | -w Supply a wordlist for the password bruter and do the brute." puts "--threads | -t The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)" puts "--username | -U Only brute force the supplied username."