mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Fixes #4824
This commit is contained in:
parent
db2e34f6e0
commit
79e0fc7602
2 changed files with 2 additions and 2 deletions
|
|
@ -366,7 +366,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
if threadData.lastCode is not None:
|
||||
warnMsg = "unexpected HTTP code '%s' detected." % threadData.lastCode
|
||||
else:
|
||||
warnMsg = "unexpected response detected." % threadData.lastCode
|
||||
warnMsg = "unexpected response detected."
|
||||
|
||||
warnMsg += " Will use (extra) validation step in similar cases"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue