mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
really minor update
This commit is contained in:
parent
812cd2f19b
commit
20bb1a685b
|
@ -102,7 +102,10 @@ class Crawler:
|
|||
logger.info("searching for links with depth %d" % (i + 1))
|
||||
runThreads(numThreads, crawlThread)
|
||||
clearConsoleLine(True)
|
||||
threadData.shared.unprocessed = set(threadData.shared.deeper)
|
||||
if threadData.shared.deeper:
|
||||
threadData.shared.unprocessed = set(threadData.shared.deeper)
|
||||
else:
|
||||
break
|
||||
|
||||
except KeyboardInterrupt:
|
||||
warnMsg = "user aborted during crawling. sqlmap "
|
||||
|
|
Loading…
Reference in New Issue
Block a user