mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-08-02 03:10:12 +03:00
fix logical error in commit c7ef9429ae
This commit is contained in:
parent
c34eaa1ce8
commit
36921aafeb
|
@ -793,7 +793,7 @@ def checkFalsePositives(injection):
|
|||
retVal = None
|
||||
break
|
||||
|
||||
elif checkBooleanExpression("%d %d" % (randInt3, randInt2)):
|
||||
elif not checkBooleanExpression("%d %d" % (randInt3, randInt2)):
|
||||
retVal = None
|
||||
break
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user