mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor update
This commit is contained in:
parent
f8a8cbf9a6
commit
1a8b58fca6
|
@ -149,7 +149,7 @@ def crawl(target):
|
|||
logger.warn(warnMsg)
|
||||
else:
|
||||
for url in threadData.shared.value:
|
||||
kb.targets.add((url, conf.method, None, None, None))
|
||||
kb.targets.add((url, None, None, None, None))
|
||||
|
||||
storeResultsToFile(kb.targets)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user