Quick fix for displaying the wp_plugin dir (instead of "$wp_plugins$") in the location url of a plugin found by passive detection

This commit is contained in:
Erwan
2012-07-26 13:55:18 +02:00
parent 62e21ba1e8
commit 99b1fb2ebb

View File

@@ -164,7 +164,7 @@ begin
plugins.each do |plugin|
puts
puts " | Name: " + plugin.name
puts " | Location: " + plugin.location_url
puts " | Location: " + plugin.location_url.gsub("$wp-plugins$", wp_target.wp_plugins_dir()) #Hotfix
plugin.vulnerabilities.each do |vulnerability|
puts " |"