Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c638a commit 18d1d09Copy full SHA for 18d1d09
1 file changed
plugins/generic/takeover.py
@@ -191,7 +191,7 @@ def osPwn(self):
191
debugMsg = "beware that the privilege escalation "
192
debugMsg += "might not work via Churrasco if "
193
debugMsg += "MS09-012 patch is installed"
194
- logger.warn(warnMsg)
+ logger.debug(debugMsg)
195
196
elif kb.os != "Windows" and conf.privEsc:
197
# Unset --priv-esc if the back-end DBMS underlying operating
0 commit comments