mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Implementation of an Issue #147
This commit is contained in:
parent
74ee0ce78a
commit
f358ab2e73
4 changed files with 10 additions and 1 deletions
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue