Readme updated for basic auth

This commit is contained in:
erwanlr
2012-12-13 13:36:09 +01:00
parent c661f8dd9a
commit b775838e96
3 changed files with 5 additions and 0 deletions

2
README
View File

@@ -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 <username:password> Set the HTTP Basic authentification
--wordlist | -w <wordlist> Supply a wordlist for the password bruter and do the brute.
--threads | -t <number of threads> The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)

View File

@@ -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 <username:password> Set the HTTP Basic authentification
--wordlist | -w <wordlist> Supply a wordlist for the password bruter and do the brute.
--threads | -t <number of threads> The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)

View File

@@ -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 <username:password> Set the HTTP Basic authentification"
puts "--wordlist | -w <wordlist> Supply a wordlist for the password bruter and do the brute."
puts "--threads | -t <number of threads> The number of threads to use when multi-threading requests. (will override the value from conf/browser.conf.json)"
puts "--username | -U <username> Only brute force the supplied username."