Fix for issue #112

1.6
Harmj0y 2015-12-16 17:42:51 -05:00
parent c1043156e1
commit bcb2f4677f
1 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ class Module:
if password != "":
self.options["Password"]['Value'] = password
if self.options["DomainName"]['Value'] == "" or self.options["UserName"]['Value'] == "" or self.options["Password"]['Value'] == "":
print helpers.color("[!] DomainName/UserName/Password or CredID required!")
if self.options["Domain"]['Value'] == "" or self.options["UserName"]['Value'] == "" or self.options["Password"]['Value'] == "":
print helpers.color("[!] Domain/UserName/Password or CredID required!")
return ""