Fixes incorrect RDF URLs detection

This commit is contained in:
erwanlr
2020-01-21 15:06:29 +00:00
parent 31a58f8a8f
commit a4c650cdff

View File

@@ -28,7 +28,7 @@ module WPScan
end
def passive_urls_xpath
'//a[contains(@href, "rdf")]/@href'
'//a[contains(@href, "/rdf")]/@href'
end
def aggressive_urls(_opts = {})