mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor bug fix
This commit is contained in:
@@ -191,7 +191,7 @@ class Takeover(Abstraction, Metasploit, Registry):
|
|||||||
debugMsg = "beware that the privilege escalation "
|
debugMsg = "beware that the privilege escalation "
|
||||||
debugMsg += "might not work via Churrasco if "
|
debugMsg += "might not work via Churrasco if "
|
||||||
debugMsg += "MS09-012 patch is installed"
|
debugMsg += "MS09-012 patch is installed"
|
||||||
logger.warn(warnMsg)
|
logger.debug(debugMsg)
|
||||||
|
|
||||||
elif kb.os != "Windows" and conf.privEsc:
|
elif kb.os != "Windows" and conf.privEsc:
|
||||||
# Unset --priv-esc if the back-end DBMS underlying operating
|
# Unset --priv-esc if the back-end DBMS underlying operating
|
||||||
|
|||||||
Reference in New Issue
Block a user