diff --git a/wpscan.rb b/wpscan.rb index c2ab5c2e..1f8d8a02 100755 --- a/wpscan.rb +++ b/wpscan.rb @@ -193,7 +193,7 @@ begin plugins.each do |plugin| puts - puts " | Name: " + plugin #this will also output the version number if detected + puts " | Name: #{plugin}" #this will also output the version number if detected puts " | Location: " + plugin.location_url puts " | Directory listing enabled? #{plugin.directory_listing? ? "Yes." : "No."}"