Fixes incorrect RDF URLs detection
This commit is contained in:
@@ -28,7 +28,7 @@ module WPScan
|
|||||||
end
|
end
|
||||||
|
|
||||||
def passive_urls_xpath
|
def passive_urls_xpath
|
||||||
'//a[contains(@href, "rdf")]/@href'
|
'//a[contains(@href, "/rdf")]/@href'
|
||||||
end
|
end
|
||||||
|
|
||||||
def aggressive_urls(_opts = {})
|
def aggressive_urls(_opts = {})
|
||||||
|
|||||||
Reference in New Issue
Block a user