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