mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
minor update
This commit is contained in:
@@ -70,7 +70,7 @@ class Crawler:
|
||||
threadData.shared.deeper = set()
|
||||
threadData.shared.unprocessed = set([conf.url])
|
||||
|
||||
logger.info("starting crawling")
|
||||
logger.info("starting crawler")
|
||||
|
||||
for i in xrange(depth):
|
||||
numThreads = min(conf.threads, len(threadData.shared.unprocessed))
|
||||
|
||||
Reference in New Issue
Block a user