diff --git a/app/models/wp_item.rb b/app/models/wp_item.rb index fed847a4..0f8d84a1 100644 --- a/app/models/wp_item.rb +++ b/app/models/wp_item.rb @@ -14,7 +14,7 @@ module WPScan attr_reader :uri, :slug, :detection_opts, :version_detection_opts, :blog, :db_data - delegate :homepage_res, :xpath_pattern_from_page, :in_scope_urls, to: :blog + delegate :homepage_res, :xpath_pattern_from_page, :in_scope_urls, :head_and_get, to: :blog # @param [ String ] slug The plugin/theme slug # @param [ Target ] blog The targeted blog