mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
changing to: --crawl=CRAWLDEPTH
This commit is contained in:
@@ -210,7 +210,7 @@ def start():
|
||||
action()
|
||||
return True
|
||||
|
||||
if conf.url and not any([conf.forms, conf.crawl]):
|
||||
if conf.url and not any([conf.forms, conf.crawlDepth]):
|
||||
kb.targetUrls.add(( conf.url, conf.method, conf.data, conf.cookie ))
|
||||
|
||||
if conf.configFile and not kb.targetUrls:
|
||||
|
||||
Reference in New Issue
Block a user