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)
|
||||
|
||||
injection = checkFalsePositives(injection)
|
||||
|
||||
if not injection:
|
||||
kb.vulnHosts.remove(conf.hostname)
|
||||
else:
|
||||
injection = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user