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