Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7c66a2

Browse files
committed
Merge branch 'master' of github.com:sqlmapproject/sqlmap
2 parents 46b9a60 + 333ca03 commit e7c66a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/controller/checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def _():
661661

662662
# Just in case if DBMS hasn't properly recovered from previous delayed request
663663
if PAYLOAD.TECHNIQUE.BOOLEAN not in injection.data:
664-
checkBooleanExpression("%d=%d", randInt1, randInt2)
664+
checkBooleanExpression("%d=%d" % (randInt1, randInt2))
665665

666666
if checkBooleanExpression("%d>(%d+%d)" % (min(randInt1, randInt2), randInt3, max(randInt1, randInt2))):
667667
retVal = None

0 commit comments

Comments
 (0)