mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-23 15:54:24 +03:00
Minor patch for an Issue #800
This commit is contained in:
parent
7595f2b73e
commit
b77d8d617b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user