You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.debug(f"Error while connecting with Samr: {e}")
149
+
nxc_logger.debug(f"Error while connecting with Samr: {e}")
151
150
returnNone
152
151
returnresp["ServerHandle"]
153
152
else:
154
-
logger.debug("Error creating Samr handle")
153
+
nxc_logger.debug("Error creating Samr handle")
155
154
156
155
defget_domains(self):
157
156
"""Calls the hSamrEnumerateDomainsInSamServer() method directly with list comprehension and extracts the "Name" value from each element in the "Buffer" list."""
0 commit comments