mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-08-02 11:20:10 +03:00
Merge 36921aafeb
into c34eaa1ce8
This commit is contained in:
commit
3c85b88007
|
@ -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