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