Trivial message update

This commit is contained in:
Miroslav Stampar
2019-11-07 00:03:06 +01:00
parent 39a46d66e2
commit dc87e10c99
5 changed files with 6 additions and 6 deletions

View File

@@ -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