diff --git a/lib/wpscan/wp_target/wp_rss.rb b/lib/wpscan/wp_target/wp_rss.rb index 22a53176..334eaf19 100644 --- a/lib/wpscan/wp_target/wp_rss.rb +++ b/lib/wpscan/wp_target/wp_rss.rb @@ -25,7 +25,7 @@ class WpTarget < WebSite users = [] # Make the request - response = Browser.get(url) + response = Browser.get(url, followlocation: true) # Valid repose to view? HTTP 200? return false unless response.code == 200