Fixes #150 BackupBuddy added

This commit is contained in:
erwanlr
2013-03-26 13:02:00 +01:00
parent 634a6222f7
commit 130a2a44e8
2 changed files with 18 additions and 0 deletions

View File

@@ -170,6 +170,14 @@ def main
puts red("[!] searchreplacedb2.php has been found '#{wp_target.search_replace_db_2_url}'")
end
if wp_target.has_backupbuddy?
puts red("[!] BackupBuddy has been found")
puts ' |'
puts " | Location: #{wp_target.backupbuddy_url}"
puts ' | ' + red('* Reference: http://seclists.org/fulldisclosure/2013/Mar/206')
puts
end
if wp_target.is_multisite?
puts green('[+]') + ' This site seems to be a multisite (http://codex.wordpress.org/Glossary#Multisite)'
end