mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
minor typo correction
This commit is contained in:
parent
4c6c91a80b
commit
5f76d27779
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user