mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor check for problematic injections
This commit is contained in:
@@ -782,6 +782,10 @@ def checkFalsePositives(injection):
|
|||||||
retVal = None
|
retVal = None
|
||||||
break
|
break
|
||||||
|
|
||||||
|
elif checkBooleanExpression("%d %d" % (randInt3, randInt2)):
|
||||||
|
retVal = None
|
||||||
|
break
|
||||||
|
|
||||||
if retVal is None:
|
if retVal is None:
|
||||||
warnMsg = "false positive or unexploitable injection point detected"
|
warnMsg = "false positive or unexploitable injection point detected"
|
||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user