mirror of
https://github.com/Pennyw0rth/NetExec
synced 2026-06-06 16:34:30 +00:00
try to fix test
This commit is contained in:
@@ -205,6 +205,9 @@ class ldap(connection):
|
||||
except Exception as e:
|
||||
self.logger.debug("Exception:", exc_info=True)
|
||||
self.logger.info(f"Skipping item, cannot process due to error {e}")
|
||||
except ConnectionRefusedError as e:
|
||||
self.logger.debug(f"{e} on host {self.host}")
|
||||
return False
|
||||
except OSError as e:
|
||||
self.logger.error(f"Error getting ldap info {e}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user