mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
few more fixes for proper redirecting mechanism
This commit is contained in:
parent
48e8c978fb
commit
7d313ac911
2 changed files with 8 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue