mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patch for an Issue #800
This commit is contained in:
@@ -614,6 +614,9 @@ def checkSqlInjection(place, parameter, value):
|
|||||||
logger.warn(warnMsg)
|
logger.warn(warnMsg)
|
||||||
|
|
||||||
injection = checkFalsePositives(injection)
|
injection = checkFalsePositives(injection)
|
||||||
|
|
||||||
|
if not injection:
|
||||||
|
kb.vulnHosts.remove(conf.hostname)
|
||||||
else:
|
else:
|
||||||
injection = None
|
injection = None
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user