mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
minor typo correction
This commit is contained in:
@@ -384,7 +384,7 @@ class Takeover(Abstraction, Metasploit, Registry):
|
|||||||
if output and output[0] not in ( "Y", "y" ):
|
if output and output[0] not in ( "Y", "y" ):
|
||||||
return
|
return
|
||||||
|
|
||||||
infoMsg = "deleting Windows registry path '%s\%s'" % (regKey, regVal)
|
infoMsg = "deleting Windows registry path '%s\%s'. " % (regKey, regVal)
|
||||||
infoMsg += "This will work only if the user running the database "
|
infoMsg += "This will work only if the user running the database "
|
||||||
infoMsg += "process has privileges to modify the Windows registry."
|
infoMsg += "process has privileges to modify the Windows registry."
|
||||||
logger.info(infoMsg)
|
logger.info(infoMsg)
|
||||||
|
|||||||
Reference in New Issue
Block a user