mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
few more fixes for proper redirecting mechanism
This commit is contained in:
@@ -665,6 +665,9 @@ def checkDynParam(place, parameter, value):
|
||||
dynamicity might depend on another parameter.
|
||||
"""
|
||||
|
||||
if kb.redirectChoice:
|
||||
return None
|
||||
|
||||
kb.matchRatio = None
|
||||
dynResult = None
|
||||
randInt = randomInt()
|
||||
@@ -746,6 +749,9 @@ def checkStability():
|
||||
like for instance string matching (--string).
|
||||
"""
|
||||
|
||||
if kb.redirectChoice:
|
||||
return None
|
||||
|
||||
infoMsg = "testing if the url is stable, wait a few seconds"
|
||||
logger.info(infoMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user