Minor update

This commit is contained in:
Miroslav Stampar 2014-11-20 16:42:06 +01:00
parent f8a8cbf9a6
commit 1a8b58fca6

View File

@ -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)