Merge pull request #333 from pvdl/master

Update plugin_vulns.xml
This commit is contained in:
erwanlr
2013-10-23 04:55:58 -07:00
2 changed files with 33 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ class WpVersion < WpItem
unless vulnerabilities.empty?
puts
puts red('[!]') + " We have identified #{vulnerabilities.size} vulnerabilities from the version number :"
puts red('[!]') + " We have identified #{vulnerabilities.size} vulnerabilities from the version number:"
vulnerabilities.output
end