mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
07e2c72943
commit
cda39ca350
2 changed files with 12 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue