changing to: --crawl=CRAWLDEPTH

This commit is contained in:
Miroslav Stampar
2011-06-24 05:40:03 +00:00
parent 3717b8423f
commit eaa2a4202f
6 changed files with 12 additions and 22 deletions

View File

@@ -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: