mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Implementation for an #162
This commit is contained in:
@@ -520,8 +520,7 @@ def checkSqlInjection(place, parameter, value):
|
||||
break
|
||||
|
||||
if injectable is True:
|
||||
# There is no need to perform this test with others
|
||||
# boundaries
|
||||
kb.vulnHosts.add(conf.hostname)
|
||||
break
|
||||
|
||||
# Reset forced back-end DBMS value
|
||||
|
||||
Reference in New Issue
Block a user