mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-08-02 11:20:10 +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
|
retVal = None
|
||||||
break
|
break
|
||||||
|
|
||||||
elif checkBooleanExpression("%d %d" % (randInt3, randInt2)):
|
elif not checkBooleanExpression("%d %d" % (randInt3, randInt2)):
|
||||||
retVal = None
|
retVal = None
|
||||||
break
|
break
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user