bugfixing

This commit is contained in:
Christian Mehlmauer
2012-09-17 17:56:02 +02:00
parent 42f05db7ca
commit b0f6902fa8
3 changed files with 9 additions and 8 deletions

View File

@@ -90,8 +90,8 @@ begin
wp_theme = wp_target.theme
if wp_theme
theme_version = wp_theme.version
puts "[!] The WordPress theme in use is #{wp_theme}#{' v' + theme_version if theme_version}"
# Theme version is handled in wp_item.to_s
puts "[!] The WordPress theme in use is #{wp_theme}"
theme_vulnerabilities = wp_theme.vulnerabilities
unless theme_vulnerabilities.empty?