Skip to content

Commit

Permalink
Added DNS Name to debug output when DNS resolution fails. (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqglsec committed Oct 4, 2023
1 parent 8fffa6b commit c4f2d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FindUncommonShares.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def worker(options, target_name, domain, username, password, address, lmhash, nt
else:
if options.debug:
lock.acquire()
print("[!] Could not resolve")
print("[!] Could not resolve", target_name)
lock.release()


Expand Down

0 comments on commit c4f2d79

Please sign in to comment.