mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor fix
This commit is contained in:
parent
d9015ed800
commit
29314f425e
|
@ -210,7 +210,7 @@ def start():
|
|||
action()
|
||||
return True
|
||||
|
||||
if conf.url and not conf.forms:
|
||||
if conf.url and not any([conf.forms, conf.crawl]):
|
||||
kb.targetUrls.add(( conf.url, conf.method, conf.data, conf.cookie ))
|
||||
|
||||
if conf.configFile and not kb.targetUrls:
|
||||
|
|
Loading…
Reference in New Issue
Block a user