From b2009d7a8a81271bb80cd41b15d63fd2ac0e0557 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 29 Jan 2013 14:17:38 +0100 Subject: [PATCH] Corrected spelling. --- README | 6 +++--- README.md | 4 ++-- lib/wpscan/wpscan_helper.rb | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index add23295..d0cf21ba 100644 --- a/README +++ b/README @@ -128,7 +128,7 @@ ryandewhurst at gmail Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins If no option is supplied, the default is 'vt,tt,u,vp' ---exclude-content-based '' Used with the enumeration option, will exclude all occurence based on the regexp or string supplied +--exclude-content-based '' Used with the enumeration option, will exclude all occurrences based on the regexp or string supplied You do not need to provide the regexp delimiters, but you must write the quotes (simple or double) --config-file | -c Use the specified config file @@ -144,7 +144,7 @@ ryandewhurst at gmail --proxy-auth Supply the proxy login credentials (will override the one from conf/browser.conf.json). ---basic-auth Set the HTTP Basic authentification +--basic-auth Set the HTTP Basic authentication --wordlist | -w Supply a wordlist for the password bruter and do the brute. @@ -170,7 +170,7 @@ Do wordlist password brute force on the 'admin' username only... ruby wpscan.rb --url www.example.com --wordlist darkc0de.lst --username admin -Enumerate instaled plugins... +Enumerate installed plugins... ruby wpscan.rb --url www.example.com --enumerate p diff --git a/README.md b/README.md index 0602f28b..bb6aeafe 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Prerequisites: Multiple values are allowed : '-e tt,p' will enumerate timthumbs and plugins If no option is supplied, the default is 'vt,tt,u,vp' - --exclude-content-based '' Used with the enumeration option, will exclude all occurence based on the regexp or string supplied + --exclude-content-based '' Used with the enumeration option, will exclude all occurrences based on the regexp or string supplied You do not need to provide the regexp delimiters, but you must write the quotes (simple or double) --config-file | -c Use the specified config file @@ -154,7 +154,7 @@ Prerequisites: --proxy-auth Supply the proxy login credentials (will override the one from conf/browser.conf.json). - --basic-auth Set the HTTP Basic authentification + --basic-auth Set the HTTP Basic authentication --wordlist | -w Supply a wordlist for the password bruter and do the brute. diff --git a/lib/wpscan/wpscan_helper.rb b/lib/wpscan/wpscan_helper.rb index 44b83a67..8866c8b9 100644 --- a/lib/wpscan/wpscan_helper.rb +++ b/lib/wpscan/wpscan_helper.rb @@ -94,7 +94,7 @@ def help puts ' Multiple values are allowed : "-e t,p" will enumerate timthumbs and plugins' puts ' If no option is supplied, the default is "vt,tt,u,vp"' puts - puts '--exclude-content-based "" Used with the enumeration option, will exclude all occurence based on the regexp or string supplied' + puts '--exclude-content-based "" Used with the enumeration option, will exclude all occurrences based on the regexp or string supplied' puts ' You do not need to provide the regexp delimiters, but you must write the quotes (simple or double)' puts '--config-file | -c Use the specified config file' puts '--follow-redirection If the target url has a redirection, it will be followed without asking if you wanted to do so or not' @@ -103,7 +103,7 @@ def help puts '--proxy <[protocol://]host:port> Supply a proxy (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 (will override the one from conf/browser.conf.json).' - puts '--basic-auth Set the HTTP Basic authentification' + puts '--basic-auth Set the HTTP Basic authentication' 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.'