mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
further reflective value handling improvement
This commit is contained in:
@@ -490,7 +490,7 @@ class Connect:
|
||||
if content or response:
|
||||
return page, headers
|
||||
|
||||
page = removeReflectiveValues(page, value)
|
||||
page = removeReflectiveValues(page, payload)
|
||||
|
||||
if getRatioValue:
|
||||
return comparison(page, getRatioValue=False, pageLength=pageLength), comparison(page, getRatioValue=True, pageLength=pageLength)
|
||||
|
||||
Reference in New Issue
Block a user