Skip to content

Commit

Permalink
Merge pull request #43 from Pennyw0rth/neff-bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Sep 26, 2023
2 parents 87a2efa + 0dabcba commit f9e3cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nxc/protocols/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ def dc_list(self):
try:
ip_address = socket.gethostbyname(name.split(".")[0])
if ip_address != True and name != "":
self.logger.highlight(f"{name} =", ip_address)
self.logger.highlight(f"{name} = {colored(ip_address, host_info_colors[0])}")
except socket.gaierror:
self.logger.fail(f"{name} = Connection timeout")
except Exception as e:
Expand Down

0 comments on commit f9e3cfb

Please sign in to comment.