mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-14 09:29:26 +00:00
Trivial message update
This commit is contained in:
parent
39a46d66e2
commit
dc87e10c99
5 changed files with 6 additions and 6 deletions
|
|
@ -293,7 +293,7 @@ def start():
|
|||
return False
|
||||
|
||||
if kb.targets and len(kb.targets) > 1:
|
||||
infoMsg = "sqlmap got a total of %d targets" % len(kb.targets)
|
||||
infoMsg = "found a total of %d targets" % len(kb.targets)
|
||||
logger.info(infoMsg)
|
||||
|
||||
hostCount = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue