mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Search for --string and --regexp matches also in HTTP response headers
This commit is contained in:
@@ -643,8 +643,8 @@ class Connect:
|
||||
page = removeReflectiveValues(page, payload)
|
||||
|
||||
if getRatioValue:
|
||||
return comparison(page, getRatioValue=False, pageLength=pageLength), comparison(page, getRatioValue=True, pageLength=pageLength)
|
||||
return comparison(page, headers, getRatioValue=False, pageLength=pageLength), comparison(page, headers, getRatioValue=True, pageLength=pageLength)
|
||||
elif pageLength or page:
|
||||
return comparison(page, getRatioValue, pageLength)
|
||||
return comparison(page, headers, getRatioValue, pageLength)
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user