From fecaa613e475cb6e3c6ca60dbb8f35b434f92b5c Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 8 Apr 2013 19:32:36 +0200 Subject: [PATCH] Fixed is_multisite? => multisite? --- wpscan.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpscan.rb b/wpscan.rb index 486ae6a3..952d8c27 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -128,7 +128,7 @@ def main puts red("[!] searchreplacedb2.php has been found '#{wp_target.search_replace_db_2_url}'") end - if wp_target.is_multisite? + if wp_target.multisite? puts green('[+]') + ' This site seems to be a multisite (http://codex.wordpress.org/Glossary#Multisite)' end