chore: remove repetitive words (#5687)

Signed-off-by: laterlaugh <manziwenzhai@sina.cn>
This commit is contained in:
laterlaugh
2024-04-12 22:18:02 +08:00
committed by GitHub
parent 853cb3fa06
commit b3896f3f8c
4 changed files with 4 additions and 4 deletions

View File

@@ -196,7 +196,7 @@ class Metasploit(object):
if Backend.isDbms(DBMS.MYSQL):
debugMsg = "by default MySQL on Windows runs as SYSTEM "
debugMsg += "user, it is likely that the the VNC "
debugMsg += "user, it is likely that the VNC "
debugMsg += "injection will be successful"
logger.debug(debugMsg)