websockets-multiuser
xorrior 2017-10-28 11:11:34 -04:00
parent 5d849652d0
commit 6d67f23119
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class Module:
print helpers.color("[!] Could not read module source path at: " + str(moduleSource))
return ""
scriptEnd = ""
if check_all:
auxModuleSource = self.mainMenu.installPath + "data/module_source/situational_awareness/network/Get-SQLInstanceDomain.ps1"
if obfuscate:
@ -96,6 +97,7 @@ class Module:
if password != "":
scriptEnd += " -Password "+password
scriptEnd += " | "
scriptEnd += " Get-SQLServerInfo"
if username != "":
scriptEnd += " -Username "+username