mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Minor patch (multi-target resume)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user