mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Implementation of an Issue #147
This commit is contained in:
@@ -237,7 +237,7 @@ def start():
|
||||
return True
|
||||
|
||||
if conf.url and not any([conf.forms, conf.crawlDepth]):
|
||||
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:
|
||||
errMsg = "you did not edit the configuration file properly, set "
|
||||
|
||||
Reference in New Issue
Block a user