We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddc0c4 commit b7fa2dbCopy full SHA for b7fa2db
1 file changed
nxc/protocols/smb.py
@@ -299,7 +299,7 @@ def print_host_info(self):
299
self.logger.display(f"{self.server_os}{f' x{self.os_arch}' if self.os_arch else ''} (name:{self.hostname}) (domain:{self.targetDomain}) ({signing}) ({smbv1}){ntlm}{null_auth}{guest}")
300
301
if self.args.generate_hosts_file or self.args.generate_krb5_file:
302
- if self.isdc == None:
+ if self.isdc is None:
303
self.is_host_dc()
304
if self.args.generate_hosts_file:
305
with open(self.args.generate_hosts_file, "a+") as host_file:
0 commit comments