mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Minor patch (multi-target resume)
This commit is contained in:
parent
fa1052e8fc
commit
e30155b657
2 changed files with 2 additions and 1 deletions
|
|
@ -463,6 +463,7 @@ def _resumeHashDBValues():
|
|||
injection.data = dict(_ for _ in injection.data.items() if _[0] in conf.technique)
|
||||
if injection not in kb.injections:
|
||||
kb.injections.append(injection)
|
||||
kb.vulnHosts.add(conf.hostname)
|
||||
|
||||
_resumeDBMS()
|
||||
_resumeOS()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue