mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Fixes #3639
This commit is contained in:
@@ -391,7 +391,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
kb.originalTimeDelay = conf.timeSec
|
||||
|
||||
threadData.validationRun = 0
|
||||
if retried < MAX_REVALIDATION_STEPS:
|
||||
if (retried or 0) < MAX_REVALIDATION_STEPS:
|
||||
errMsg = "invalid character detected. retrying.."
|
||||
logger.error(errMsg)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user