diff --git a/nxc/protocols/smb.py b/nxc/protocols/smb.py index dbf342c7c6..0ba8077d73 100755 --- a/nxc/protocols/smb.py +++ b/nxc/protocols/smb.py @@ -2164,6 +2164,8 @@ def sccm(self): lmhash=self.lmhash, nthash=self.nthash, do_kerberos=self.kerberos, + kdcHost=self.kdcHost, + dc_ip=self.kdcHost, aesKey=self.aesKey, no_pass=True, use_kcache=self.use_kcache, @@ -2244,6 +2246,7 @@ def dpapi(self): lmhash=self.lmhash, nthash=self.nthash, do_kerberos=self.kerberos, + kdcHost=self.kdcHost, aesKey=self.aesKey, no_pass=True, use_kcache=self.use_kcache,