mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 01:16:59 +00:00
changing to: --crawl=CRAWLDEPTH
This commit is contained in:
parent
3717b8423f
commit
eaa2a4202f
6 changed files with 12 additions and 22 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue