mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor fixes
This commit is contained in:
parent
ecc4a98071
commit
0bd5b52d95
4 changed files with 9 additions and 3 deletions
|
|
@ -96,7 +96,7 @@ def start():
|
|||
|
||||
if conf.configFile and not kb.targetUrls:
|
||||
errMsg = "you did not edit the configuration file properly, set "
|
||||
errMsg += "the target url properly"
|
||||
errMsg += "the target url"
|
||||
logger.error(errMsg)
|
||||
|
||||
hostCount = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue