diff --git a/doc_rdoc/Object.html b/doc_rdoc/Object.html
index f575667b..15585c9d 100644
--- a/doc_rdoc/Object.html
+++ b/doc_rdoc/Object.html
@@ -585,19 +585,23 @@
def banner
- puts '____________________________________________________'
- puts ' __ _______ _____ '
- puts ' \ \ / / __ \ / ____| '
- puts ' \ \ /\ / /| |__) | (___ ___ __ _ _ __ '
- puts ' \ \/ \/ / | ___/ \___ \ / __|/ _` | \_ \ '
- puts ' \ /\ / | | ____) | (__| (_| | | | |'
- puts " \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_| v#{WPSCAN_VERSION}r#{REVISION}"
+ puts '_______________________________________________________________'
+ puts ' __ _______ _____ '
+ puts ' \ \ / / __ \ / ____| '
+ puts ' \ \ /\ / /| |__) | (___ ___ __ _ _ __ '
+ puts ' \ \/ \/ / | ___/ \___ \ / __|/ _` | \_ \ '
+ puts ' \ /\ / | | ____) | (__| (_| | | | |'
+ puts ' \/ \/ |_| |_____/ \___|\__,_|_| |_|'
puts
- puts ' WordPress Security Scanner by the WPScan Team'
- puts ' Twitter: @_WPScan_, @ethicalhack3r, @erwan_lr,'
- puts ' @gbrindisi, @_FireFart_'
- puts ' Sponsored by the RandomStorm Open Source Initiative'
- puts '_____________________________________________________'
+ puts ' WordPress Security Scanner by the WPScan Team '
+ if REVISION
+ puts " Version v#{WPSCAN_VERSION}r#{REVISION}"
+ else
+ puts " Version v#{WPSCAN_VERSION}"
+ end
+ puts ' Sponsored by the RandomStorm Open Source Initiative'
+ puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @gbrindisi, @_FireFart_'
+ puts '_______________________________________________________________'
puts
end
@@ -629,7 +633,7 @@
-
+
def colorize(text, color_code)
"\e[#{color_code}m#{text}\e[0m"
end
@@ -662,7 +666,7 @@
-
+
def get_equal_string_end(stringarray = [''])
already_found = ''
looping = true
@@ -717,7 +721,7 @@
-
+
def green(text)
colorize(text, 32)
end
@@ -1264,7 +1268,7 @@
-
+
def red(text)
colorize(text, 31)
end
@@ -1297,7 +1301,7 @@
-
+
def redefine_constant(constant, value)
Object.send(:remove_const, constant)
Object.const_set(constant, value)
@@ -1451,7 +1455,7 @@
-
+
def xml(file)
Nokogiri::XML(File.open(file)) do |config|
config.noblanks
diff --git a/doc_rdoc/created.rid b/doc_rdoc/created.rid
index ef68a9e8..48c5a439 100644
--- a/doc_rdoc/created.rid
+++ b/doc_rdoc/created.rid
@@ -1,4 +1,4 @@
-Sat, 10 Aug 2013 12:46:26 +0200
+Sun, 11 Aug 2013 08:57:51 +0200
./CREDITS Mon, 01 Apr 2013 23:09:01 +0200
./Gemfile Fri, 09 Aug 2013 23:33:55 +0200
./lib/common/browser/actions.rb Fri, 19 Jul 2013 13:03:39 +0200
@@ -20,7 +20,7 @@ Sat, 10 Aug 2013 12:46:26 +0200
./lib/common/collections/wp_users/detectable.rb Tue, 28 May 2013 18:55:56 +0200
./lib/common/collections/wp_users/output.rb Tue, 28 May 2013 19:38:24 +0200
./lib/common/collections/wp_users.rb Sun, 14 Apr 2013 10:46:08 +0200
-./lib/common/common_helper.rb Fri, 09 Aug 2013 23:40:23 +0200
+./lib/common/common_helper.rb Sat, 10 Aug 2013 13:31:10 +0200
./lib/common/custom_option_parser.rb Fri, 05 Apr 2013 20:07:17 +0200
./lib/common/hacks.rb Sat, 22 Jun 2013 21:00:02 +0200
./lib/common/models/vulnerability/output.rb Sun, 14 Apr 2013 10:46:08 +0200
diff --git a/doc_rdoc/lib/common/common_helper_rb.html b/doc_rdoc/lib/common/common_helper_rb.html
index 40609e4c..c16b991d 100644
--- a/doc_rdoc/lib/common/common_helper_rb.html
+++ b/doc_rdoc/lib/common/common_helper_rb.html
@@ -24,7 +24,7 @@
diff --git a/doc_yard/Browser.html b/doc_yard/Browser.html
index ce47d084..93a0a9bf 100644
--- a/doc_yard/Browser.html
+++ b/doc_yard/Browser.html
@@ -1219,7 +1219,7 @@
diff --git a/doc_yard/Browser/Actions.html b/doc_yard/Browser/Actions.html
index de3f41a2..1ae0de27 100644
--- a/doc_yard/Browser/Actions.html
+++ b/doc_yard/Browser/Actions.html
@@ -629,7 +629,7 @@
diff --git a/doc_yard/Browser/Options.html b/doc_yard/Browser/Options.html
index b801e1b4..bdb45ec0 100644
--- a/doc_yard/Browser/Options.html
+++ b/doc_yard/Browser/Options.html
@@ -1081,7 +1081,7 @@
diff --git a/doc_yard/CacheFileStore.html b/doc_yard/CacheFileStore.html
index b78d6181..c78a6750 100644
--- a/doc_yard/CacheFileStore.html
+++ b/doc_yard/CacheFileStore.html
@@ -612,7 +612,7 @@ Marshal does not need any "require"
diff --git a/doc_yard/CheckerPlugin.html b/doc_yard/CheckerPlugin.html
index a9a134a8..94a2c3ff 100644
--- a/doc_yard/CheckerPlugin.html
+++ b/doc_yard/CheckerPlugin.html
@@ -585,7 +585,7 @@
diff --git a/doc_yard/CustomOptionParser.html b/doc_yard/CustomOptionParser.html
index bc110a26..0308881b 100644
--- a/doc_yard/CustomOptionParser.html
+++ b/doc_yard/CustomOptionParser.html
@@ -643,7 +643,7 @@
diff --git a/doc_yard/File.html b/doc_yard/File.html
index 768d888a..981871d2 100644
--- a/doc_yard/File.html
+++ b/doc_yard/File.html
@@ -226,7 +226,7 @@
diff --git a/doc_yard/GenerateList.html b/doc_yard/GenerateList.html
index 851edd4e..b17b8ae9 100644
--- a/doc_yard/GenerateList.html
+++ b/doc_yard/GenerateList.html
@@ -714,7 +714,7 @@ parse the response for the names.
diff --git a/doc_yard/GitUpdater.html b/doc_yard/GitUpdater.html
index 8868c207..57e3c8b5 100644
--- a/doc_yard/GitUpdater.html
+++ b/doc_yard/GitUpdater.html
@@ -529,7 +529,7 @@ the last commit hash
diff --git a/doc_yard/ListGeneratorPlugin.html b/doc_yard/ListGeneratorPlugin.html
index 818c02aa..e19f84e0 100644
--- a/doc_yard/ListGeneratorPlugin.html
+++ b/doc_yard/ListGeneratorPlugin.html
@@ -435,7 +435,7 @@
diff --git a/doc_yard/Plugin.html b/doc_yard/Plugin.html
index 3ef2ee30..80de335f 100644
--- a/doc_yard/Plugin.html
+++ b/doc_yard/Plugin.html
@@ -506,7 +506,7 @@
diff --git a/doc_yard/Plugins.html b/doc_yard/Plugins.html
index 7ca43758..23d82d7d 100644
--- a/doc_yard/Plugins.html
+++ b/doc_yard/Plugins.html
@@ -462,7 +462,7 @@
diff --git a/doc_yard/StatsPlugin.html b/doc_yard/StatsPlugin.html
index 42a7115c..cfc9ab81 100644
--- a/doc_yard/StatsPlugin.html
+++ b/doc_yard/StatsPlugin.html
@@ -661,7 +661,7 @@
diff --git a/doc_yard/SvnParser.html b/doc_yard/SvnParser.html
index b563c7c5..822c78db 100644
--- a/doc_yard/SvnParser.html
+++ b/doc_yard/SvnParser.html
@@ -563,7 +563,7 @@
diff --git a/doc_yard/SvnUpdater.html b/doc_yard/SvnUpdater.html
index 71cc46db..b76d05b7 100644
--- a/doc_yard/SvnUpdater.html
+++ b/doc_yard/SvnUpdater.html
@@ -349,7 +349,7 @@
diff --git a/doc_yard/Terminal.html b/doc_yard/Terminal.html
index 32da35c9..e079de9e 100644
--- a/doc_yard/Terminal.html
+++ b/doc_yard/Terminal.html
@@ -106,7 +106,7 @@
diff --git a/doc_yard/Terminal/Table.html b/doc_yard/Terminal/Table.html
index 46bce549..19dfd6f4 100644
--- a/doc_yard/Terminal/Table.html
+++ b/doc_yard/Terminal/Table.html
@@ -220,7 +220,7 @@
diff --git a/doc_yard/Terminal/Table/Style.html b/doc_yard/Terminal/Table/Style.html
index 980d030d..7474b7fe 100644
--- a/doc_yard/Terminal/Table/Style.html
+++ b/doc_yard/Terminal/Table/Style.html
@@ -698,7 +698,7 @@
diff --git a/doc_yard/Typhoeus.html b/doc_yard/Typhoeus.html
index a210d5c6..7fa1a50b 100644
--- a/doc_yard/Typhoeus.html
+++ b/doc_yard/Typhoeus.html
@@ -119,7 +119,7 @@
diff --git a/doc_yard/Typhoeus/Request.html b/doc_yard/Typhoeus/Request.html
index f7fe7eae..a99ce893 100644
--- a/doc_yard/Typhoeus/Request.html
+++ b/doc_yard/Typhoeus/Request.html
@@ -121,7 +121,7 @@
diff --git a/doc_yard/Typhoeus/Request/Cacheable.html b/doc_yard/Typhoeus/Request/Cacheable.html
index 8ecab784..eac65c86 100644
--- a/doc_yard/Typhoeus/Request/Cacheable.html
+++ b/doc_yard/Typhoeus/Request/Cacheable.html
@@ -165,7 +165,7 @@
diff --git a/doc_yard/Typhoeus/Response.html b/doc_yard/Typhoeus/Response.html
index f37183ec..c29b0620 100644
--- a/doc_yard/Typhoeus/Response.html
+++ b/doc_yard/Typhoeus/Response.html
@@ -212,7 +212,7 @@ they are different, false otherwise
diff --git a/doc_yard/TyphoeusCache.html b/doc_yard/TyphoeusCache.html
index 51975a93..af0399c5 100644
--- a/doc_yard/TyphoeusCache.html
+++ b/doc_yard/TyphoeusCache.html
@@ -256,7 +256,7 @@
diff --git a/doc_yard/URI.html b/doc_yard/URI.html
index 000ac775..b184d60e 100644
--- a/doc_yard/URI.html
+++ b/doc_yard/URI.html
@@ -179,7 +179,7 @@
diff --git a/doc_yard/Updater.html b/doc_yard/Updater.html
index f782c713..8e547afa 100644
--- a/doc_yard/Updater.html
+++ b/doc_yard/Updater.html
@@ -531,7 +531,7 @@
diff --git a/doc_yard/UpdaterFactory.html b/doc_yard/UpdaterFactory.html
index 9e7dd539..9d788360 100644
--- a/doc_yard/UpdaterFactory.html
+++ b/doc_yard/UpdaterFactory.html
@@ -259,7 +259,7 @@
diff --git a/doc_yard/VersionCompare.html b/doc_yard/VersionCompare.html
index a5f62f7f..b13d7fe0 100644
--- a/doc_yard/VersionCompare.html
+++ b/doc_yard/VersionCompare.html
@@ -255,7 +255,7 @@ or when version1 is older than version2
diff --git a/doc_yard/Vulnerabilities.html b/doc_yard/Vulnerabilities.html
index bcad2f5f..9c971ab8 100644
--- a/doc_yard/Vulnerabilities.html
+++ b/doc_yard/Vulnerabilities.html
@@ -151,7 +151,7 @@
diff --git a/doc_yard/Vulnerabilities/Output.html b/doc_yard/Vulnerabilities/Output.html
index 58fc4c69..2d11ce49 100644
--- a/doc_yard/Vulnerabilities/Output.html
+++ b/doc_yard/Vulnerabilities/Output.html
@@ -173,7 +173,7 @@
diff --git a/doc_yard/Vulnerability.html b/doc_yard/Vulnerability.html
index da6b496e..6901b04f 100644
--- a/doc_yard/Vulnerability.html
+++ b/doc_yard/Vulnerability.html
@@ -811,7 +811,7 @@
diff --git a/doc_yard/Vulnerability/Output.html b/doc_yard/Vulnerability/Output.html
index af583988..cfb2b611 100644
--- a/doc_yard/Vulnerability/Output.html
+++ b/doc_yard/Vulnerability/Output.html
@@ -298,7 +298,7 @@
diff --git a/doc_yard/WebSite.html b/doc_yard/WebSite.html
index c265850f..26e73e5c 100644
--- a/doc_yard/WebSite.html
+++ b/doc_yard/WebSite.html
@@ -1255,7 +1255,7 @@ href="http://www.hixie.ch/specs/pingback/pingback-1.0#TOC2.3">www.hixie.ch/specs
diff --git a/doc_yard/WebSite/InterestingHeaders.html b/doc_yard/WebSite/InterestingHeaders.html
index 18c0a577..6ce50e40 100644
--- a/doc_yard/WebSite/InterestingHeaders.html
+++ b/doc_yard/WebSite/InterestingHeaders.html
@@ -337,7 +337,7 @@
diff --git a/doc_yard/WebSite/RobotsTxt.html b/doc_yard/WebSite/RobotsTxt.html
index 172415dd..38361c40 100644
--- a/doc_yard/WebSite/RobotsTxt.html
+++ b/doc_yard/WebSite/RobotsTxt.html
@@ -507,7 +507,7 @@
diff --git a/doc_yard/WpItem.html b/doc_yard/WpItem.html
index 946280c1..7d9a0860 100644
--- a/doc_yard/WpItem.html
+++ b/doc_yard/WpItem.html
@@ -1420,7 +1420,7 @@
diff --git a/doc_yard/WpItem/Existable.html b/doc_yard/WpItem/Existable.html
index bf61bb20..8b354ad5 100644
--- a/doc_yard/WpItem/Existable.html
+++ b/doc_yard/WpItem/Existable.html
@@ -412,7 +412,7 @@ for the verification Otherwise a new request is done
diff --git a/doc_yard/WpItem/Findable.html b/doc_yard/WpItem/Findable.html
index eaa0e73c..be0c3914 100644
--- a/doc_yard/WpItem/Findable.html
+++ b/doc_yard/WpItem/Findable.html
@@ -100,7 +100,7 @@
diff --git a/doc_yard/WpItem/Infos.html b/doc_yard/WpItem/Infos.html
index 92190024..14055bdc 100644
--- a/doc_yard/WpItem/Infos.html
+++ b/doc_yard/WpItem/Infos.html
@@ -777,7 +777,7 @@ href="http://www.exploit-db.com/ghdb/3714">www.exploit-db.com/ghdb/3714/
diff --git a/doc_yard/WpItem/Output.html b/doc_yard/WpItem/Output.html
index ffc2eec3..96e31e28 100644
--- a/doc_yard/WpItem/Output.html
+++ b/doc_yard/WpItem/Output.html
@@ -215,7 +215,7 @@
diff --git a/doc_yard/WpItem/Versionable.html b/doc_yard/WpItem/Versionable.html
index 5549d74e..2f79d000 100644
--- a/doc_yard/WpItem/Versionable.html
+++ b/doc_yard/WpItem/Versionable.html
@@ -290,7 +290,7 @@
diff --git a/doc_yard/WpItem/Vulnerable.html b/doc_yard/WpItem/Vulnerable.html
index 8b2fa611..27a3e3cf 100644
--- a/doc_yard/WpItem/Vulnerable.html
+++ b/doc_yard/WpItem/Vulnerable.html
@@ -551,7 +551,7 @@ vulnerabilities
diff --git a/doc_yard/WpItems.html b/doc_yard/WpItems.html
index 87c7fe46..7cdf9bf6 100644
--- a/doc_yard/WpItems.html
+++ b/doc_yard/WpItems.html
@@ -761,7 +761,7 @@
diff --git a/doc_yard/WpItems/Detectable.html b/doc_yard/WpItems/Detectable.html
index 3eabef5d..04639edf 100644
--- a/doc_yard/WpItems/Detectable.html
+++ b/doc_yard/WpItems/Detectable.html
@@ -1557,7 +1557,7 @@
diff --git a/doc_yard/WpItems/Output.html b/doc_yard/WpItems/Output.html
index 696cfca6..6a959f6a 100644
--- a/doc_yard/WpItems/Output.html
+++ b/doc_yard/WpItems/Output.html
@@ -169,7 +169,7 @@
diff --git a/doc_yard/WpPlugin.html b/doc_yard/WpPlugin.html
index 112fb304..37e08fa9 100644
--- a/doc_yard/WpPlugin.html
+++ b/doc_yard/WpPlugin.html
@@ -330,7 +330,7 @@
diff --git a/doc_yard/WpPlugin/Vulnerable.html b/doc_yard/WpPlugin/Vulnerable.html
index f4b467ff..47248a11 100644
--- a/doc_yard/WpPlugin/Vulnerable.html
+++ b/doc_yard/WpPlugin/Vulnerable.html
@@ -280,7 +280,7 @@
diff --git a/doc_yard/WpPlugins.html b/doc_yard/WpPlugins.html
index 38c4783e..6bcd5fa6 100644
--- a/doc_yard/WpPlugins.html
+++ b/doc_yard/WpPlugins.html
@@ -202,7 +202,7 @@
diff --git a/doc_yard/WpPlugins/Detectable.html b/doc_yard/WpPlugins/Detectable.html
index 1714a71f..dbe02dcc 100644
--- a/doc_yard/WpPlugins/Detectable.html
+++ b/doc_yard/WpPlugins/Detectable.html
@@ -609,7 +609,7 @@ from PHP
diff --git a/doc_yard/WpTarget.html b/doc_yard/WpTarget.html
index 58cbd672..38a883e8 100644
--- a/doc_yard/WpTarget.html
+++ b/doc_yard/WpTarget.html
@@ -1296,7 +1296,7 @@ href="http://interconnectit.com/124/search-and-replace-for-wordpress-databases">
diff --git a/doc_yard/WpTarget/Malwares.html b/doc_yard/WpTarget/Malwares.html
index 6fa0fca3..f770bb1e 100644
--- a/doc_yard/WpTarget/Malwares.html
+++ b/doc_yard/WpTarget/Malwares.html
@@ -417,7 +417,7 @@
diff --git a/doc_yard/WpTarget/WpConfigBackup.html b/doc_yard/WpTarget/WpConfigBackup.html
index 09af8481..369a9478 100644
--- a/doc_yard/WpTarget/WpConfigBackup.html
+++ b/doc_yard/WpTarget/WpConfigBackup.html
@@ -353,7 +353,7 @@ href="http://www.feross.org/cmsploit">www.feross.org/cmsploit/
diff --git a/doc_yard/WpTarget/WpCustomDirectories.html b/doc_yard/WpTarget/WpCustomDirectories.html
index 982b12e2..d4162031 100644
--- a/doc_yard/WpTarget/WpCustomDirectories.html
+++ b/doc_yard/WpTarget/WpCustomDirectories.html
@@ -475,7 +475,7 @@
diff --git a/doc_yard/WpTarget/WpFullPathDisclosure.html b/doc_yard/WpTarget/WpFullPathDisclosure.html
index 96763e43..031b278b 100644
--- a/doc_yard/WpTarget/WpFullPathDisclosure.html
+++ b/doc_yard/WpTarget/WpFullPathDisclosure.html
@@ -271,7 +271,7 @@
diff --git a/doc_yard/WpTarget/WpLoginProtection.html b/doc_yard/WpTarget/WpLoginProtection.html
index b8cce047..38ae9251 100644
--- a/doc_yard/WpTarget/WpLoginProtection.html
+++ b/doc_yard/WpTarget/WpLoginProtection.html
@@ -1185,7 +1185,7 @@ return a WpPlugin object or nil if no one is found
diff --git a/doc_yard/WpTarget/WpReadme.html b/doc_yard/WpTarget/WpReadme.html
index 09a096be..17e4b389 100644
--- a/doc_yard/WpTarget/WpReadme.html
+++ b/doc_yard/WpTarget/WpReadme.html
@@ -291,7 +291,7 @@ reinstated with an upgrade.
diff --git a/doc_yard/WpTarget/WpRegistrable.html b/doc_yard/WpTarget/WpRegistrable.html
index 18c598c0..0f2751cf 100644
--- a/doc_yard/WpTarget/WpRegistrable.html
+++ b/doc_yard/WpTarget/WpRegistrable.html
@@ -410,7 +410,7 @@
diff --git a/doc_yard/WpTheme.html b/doc_yard/WpTheme.html
index 0f9879f0..526e13ff 100644
--- a/doc_yard/WpTheme.html
+++ b/doc_yard/WpTheme.html
@@ -508,7 +508,7 @@
diff --git a/doc_yard/WpTheme/Findable.html b/doc_yard/WpTheme/Findable.html
index dd96560b..645f5585 100644
--- a/doc_yard/WpTheme/Findable.html
+++ b/doc_yard/WpTheme/Findable.html
@@ -470,7 +470,7 @@ href="http://code.google.com/p/wpscan/issues/detail?id=141">code.google.com/p/wp
diff --git a/doc_yard/WpTheme/Versionable.html b/doc_yard/WpTheme/Versionable.html
index 6b145e3d..42422a28 100644
--- a/doc_yard/WpTheme/Versionable.html
+++ b/doc_yard/WpTheme/Versionable.html
@@ -181,7 +181,7 @@
diff --git a/doc_yard/WpTheme/Vulnerable.html b/doc_yard/WpTheme/Vulnerable.html
index 4086c2ff..cd1e67a1 100644
--- a/doc_yard/WpTheme/Vulnerable.html
+++ b/doc_yard/WpTheme/Vulnerable.html
@@ -280,7 +280,7 @@
diff --git a/doc_yard/WpThemes.html b/doc_yard/WpThemes.html
index e3c3e423..f1648133 100644
--- a/doc_yard/WpThemes.html
+++ b/doc_yard/WpThemes.html
@@ -202,7 +202,7 @@
diff --git a/doc_yard/WpThemes/Detectable.html b/doc_yard/WpThemes/Detectable.html
index fb86301d..f3cfcbe8 100644
--- a/doc_yard/WpThemes/Detectable.html
+++ b/doc_yard/WpThemes/Detectable.html
@@ -265,7 +265,7 @@
diff --git a/doc_yard/WpTimthumb.html b/doc_yard/WpTimthumb.html
index 7cd97e2d..461f07c4 100644
--- a/doc_yard/WpTimthumb.html
+++ b/doc_yard/WpTimthumb.html
@@ -356,7 +356,7 @@
diff --git a/doc_yard/WpTimthumb/Existable.html b/doc_yard/WpTimthumb/Existable.html
index a9ca8c99..cc5fc43d 100644
--- a/doc_yard/WpTimthumb/Existable.html
+++ b/doc_yard/WpTimthumb/Existable.html
@@ -219,7 +219,7 @@
diff --git a/doc_yard/WpTimthumb/Output.html b/doc_yard/WpTimthumb/Output.html
index 60cf6783..69cf122f 100644
--- a/doc_yard/WpTimthumb/Output.html
+++ b/doc_yard/WpTimthumb/Output.html
@@ -169,7 +169,7 @@
diff --git a/doc_yard/WpTimthumb/Versionable.html b/doc_yard/WpTimthumb/Versionable.html
index 4ed98530..9eb195fc 100644
--- a/doc_yard/WpTimthumb/Versionable.html
+++ b/doc_yard/WpTimthumb/Versionable.html
@@ -284,7 +284,7 @@ href="https://code.google.com/p/timthumb/source/browse/trunk/timthumb.php#426">c
diff --git a/doc_yard/WpTimthumbs.html b/doc_yard/WpTimthumbs.html
index c605587a..d4dc04c2 100644
--- a/doc_yard/WpTimthumbs.html
+++ b/doc_yard/WpTimthumbs.html
@@ -202,7 +202,7 @@
diff --git a/doc_yard/WpTimthumbs/Detectable.html b/doc_yard/WpTimthumbs/Detectable.html
index 39c907eb..e75c1681 100644
--- a/doc_yard/WpTimthumbs/Detectable.html
+++ b/doc_yard/WpTimthumbs/Detectable.html
@@ -731,7 +731,7 @@
diff --git a/doc_yard/WpUser.html b/doc_yard/WpUser.html
index 26699857..669a19a6 100644
--- a/doc_yard/WpUser.html
+++ b/doc_yard/WpUser.html
@@ -1115,7 +1115,7 @@
diff --git a/doc_yard/WpUser/BruteForcable.html b/doc_yard/WpUser/BruteForcable.html
index 159cc8ad..e77cf733 100644
--- a/doc_yard/WpUser/BruteForcable.html
+++ b/doc_yard/WpUser/BruteForcable.html
@@ -922,7 +922,7 @@ waiting...
diff --git a/doc_yard/WpUser/Existable.html b/doc_yard/WpUser/Existable.html
index be6abe75..8c500395 100644
--- a/doc_yard/WpUser/Existable.html
+++ b/doc_yard/WpUser/Existable.html
@@ -675,7 +675,7 @@ it’s forced to UTF-8 when this encoding is detected
diff --git a/doc_yard/WpUsers.html b/doc_yard/WpUsers.html
index f26edb3d..c901f3f1 100644
--- a/doc_yard/WpUsers.html
+++ b/doc_yard/WpUsers.html
@@ -228,7 +228,7 @@
diff --git a/doc_yard/WpUsers/BruteForcable.html b/doc_yard/WpUsers/BruteForcable.html
index e3c2081c..b0274bcc 100644
--- a/doc_yard/WpUsers/BruteForcable.html
+++ b/doc_yard/WpUsers/BruteForcable.html
@@ -222,7 +222,7 @@ here, and given to the wp_user
diff --git a/doc_yard/WpUsers/Detectable.html b/doc_yard/WpUsers/Detectable.html
index 08ed6dcc..6efa6e90 100644
--- a/doc_yard/WpUsers/Detectable.html
+++ b/doc_yard/WpUsers/Detectable.html
@@ -402,7 +402,7 @@
diff --git a/doc_yard/WpUsers/Output.html b/doc_yard/WpUsers/Output.html
index 47c773a7..0b7a1cb0 100644
--- a/doc_yard/WpUsers/Output.html
+++ b/doc_yard/WpUsers/Output.html
@@ -323,7 +323,7 @@
diff --git a/doc_yard/WpVersion.html b/doc_yard/WpVersion.html
index 2e969fdc..3f785778 100644
--- a/doc_yard/WpVersion.html
+++ b/doc_yard/WpVersion.html
@@ -510,7 +510,7 @@
diff --git a/doc_yard/WpVersion/Findable.html b/doc_yard/WpVersion/Findable.html
index a81e3261..a3ceb870 100644
--- a/doc_yard/WpVersion/Findable.html
+++ b/doc_yard/WpVersion/Findable.html
@@ -1392,7 +1392,7 @@ href="http://code.google.com/p/wpscan/issues/detail?id=109">code.google.com/p/wp
diff --git a/doc_yard/WpVersion/Output.html b/doc_yard/WpVersion/Output.html
index 7cbea49e..2aed4611 100644
--- a/doc_yard/WpVersion/Output.html
+++ b/doc_yard/WpVersion/Output.html
@@ -187,7 +187,7 @@
diff --git a/doc_yard/WpVersion/Vulnerable.html b/doc_yard/WpVersion/Vulnerable.html
index ff931cc9..0ca8ec96 100644
--- a/doc_yard/WpVersion/Vulnerable.html
+++ b/doc_yard/WpVersion/Vulnerable.html
@@ -280,7 +280,7 @@
diff --git a/doc_yard/WpscanOptions.html b/doc_yard/WpscanOptions.html
index 0a08fcfc..347ec62f 100644
--- a/doc_yard/WpscanOptions.html
+++ b/doc_yard/WpscanOptions.html
@@ -1776,7 +1776,7 @@ value
diff --git a/doc_yard/_index.html b/doc_yard/_index.html
index 2afc109d..21f136a9 100644
--- a/doc_yard/_index.html
+++ b/doc_yard/_index.html
@@ -733,7 +733,7 @@
diff --git a/doc_yard/file.README.html b/doc_yard/file.README.html
index ab963189..2ade0671 100644
--- a/doc_yard/file.README.html
+++ b/doc_yard/file.README.html
@@ -323,7 +323,7 @@ href="http://www.randomstorm.com">www.randomstorm.com
diff --git a/doc_yard/index.html b/doc_yard/index.html
index ab963189..2ade0671 100644
--- a/doc_yard/index.html
+++ b/doc_yard/index.html
@@ -323,7 +323,7 @@ href="http://www.randomstorm.com">www.randomstorm.com
diff --git a/doc_yard/top-level-namespace.html b/doc_yard/top-level-namespace.html
index 6e9abbdb..0fdd461c 100644
--- a/doc_yard/top-level-namespace.html
+++ b/doc_yard/top-level-namespace.html
@@ -285,7 +285,7 @@
REVISION =
- 'NA'
+ nil
@@ -747,25 +747,33 @@
94
95
96
-97
+97
+98
+99
+100
+101
# File 'lib/common/common_helper.rb', line 82
def banner
- puts '____________________________________________________'
- puts ' __ _______ _____ '
- puts ' \\ \\ / / __ \\ / ____| '
- puts ' \\ \\ /\\ / /| |__) | (___ ___ __ _ _ __ '
- puts ' \\ \\/ \\/ / | ___/ \\___ \\ / __|/ _` | \'_ \\ '
- puts ' \\ /\\ / | | ____) | (__| (_| | | | |'
- puts " \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_| v#{WPSCAN_VERSION}r#{REVISION}"
+ puts '_______________________________________________________________'
+ puts ' __ _______ _____ '
+ puts ' \\ \\ / / __ \\ / ____| '
+ puts ' \\ \\ /\\ / /| |__) | (___ ___ __ _ _ __ '
+ puts ' \\ \\/ \\/ / | ___/ \\___ \\ / __|/ _` | \'_ \\ '
+ puts ' \\ /\\ / | | ____) | (__| (_| | | | |'
+ puts ' \\/ \\/ |_| |_____/ \\___|\\__,_|_| |_|'
puts
- puts ' WordPress Security Scanner by the WPScan Team'
- puts ' Twitter: @_WPScan_, @ethicalhack3r, @erwan_lr,'
- puts ' @gbrindisi, @_FireFart_'
- puts ' Sponsored by the RandomStorm Open Source Initiative'
- puts '_____________________________________________________'
+ puts ' WordPress Security Scanner by the WPScan Team '
+ if REVISION
+ puts " Version v#{WPSCAN_VERSION}r#{REVISION}"
+ else
+ puts " Version v#{WPSCAN_VERSION}"
+ end
+ puts ' Sponsored by the RandomStorm Open Source Initiative'
+ puts ' @_WPScan_, @ethicalhack3r, @erwan_lr, @gbrindisi, @_FireFart_'
+ puts '_______________________________________________________________'
puts
end
|
@@ -788,12 +796,12 @@
-99
-100
-101
+103
+104
+105
- # File 'lib/common/common_helper.rb', line 99
+ # File 'lib/common/common_helper.rb', line 103
def colorize(text, color_code)
"\e[#{color_code}m#{text}\e[0m"
@@ -829,10 +837,6 @@
-123
-124
-125
-126
127
128
129
@@ -853,10 +857,14 @@
144
145
146
-147
+147
+148
+149
+150
+151
|
- # File 'lib/common/common_helper.rb', line 123
+ # File 'lib/common/common_helper.rb', line 127
def get_equal_string_end(stringarray = [''])
already_found = ''
@@ -903,12 +911,12 @@
-107
-108
-109
+111
+112
+113
|
- # File 'lib/common/common_helper.rb', line 107
+ # File 'lib/common/common_helper.rb', line 111
def green(text)
colorize(text, 32)
@@ -1151,12 +1159,12 @@
-103
-104
-105
+107
+108
+109
|
- # File 'lib/common/common_helper.rb', line 103
+ # File 'lib/common/common_helper.rb', line 107
def red(text)
colorize(text, 31)
@@ -1181,13 +1189,13 @@
-117
-118
-119
-120
+121
+122
+123
+124
|
- # File 'lib/common/common_helper.rb', line 117
+ # File 'lib/common/common_helper.rb', line 121
def redefine_constant(constant, value)
Object.send(:remove_const, constant)
@@ -1403,14 +1411,14 @@
-111
-112
-113
-114
-115
+115
+116
+117
+118
+119
|
- # File 'lib/common/common_helper.rb', line 111
+ # File 'lib/common/common_helper.rb', line 115
def xml(file)
Nokogiri::XML(File.open(file)) do |config|
@@ -1427,7 +1435,7 @@
|