mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor update
This commit is contained in:
@@ -97,6 +97,10 @@ class Crawler:
|
||||
logger.critical(errMsg)
|
||||
|
||||
finally:
|
||||
if not threadData.shared.outputs:
|
||||
warnMsg = "no usable links found (with GET parameters)"
|
||||
logger.warn(warnMsg)
|
||||
else:
|
||||
for url in threadData.shared.outputs:
|
||||
kb.targetUrls.add(( url, None, None, None ))
|
||||
kb.suppressResumeInfo = False
|
||||
|
||||
Reference in New Issue
Block a user