mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
Implementation for an #162
This commit is contained in:
parent
0ad3846451
commit
e9ae44c6fc
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue