MCPcopy Create free account
hub / github.com/MorDavid/NetworkHound / __init__

Method __init__

NetworkHound.py:252–255  ·  view source on GitHub ↗
(self, impacket_auth)

Source from the content-addressed store, hash-verified

250 """Wrapper class to make ImpacketAuth compatible with ldap3 connection interface"""
251
252 def __init__(self, impacket_auth):
253 self.impacket_auth = impacket_auth
254 self.is_impacket = True
255 self.entries = [] # Store last search results
256
257 def _resolve_dc_hostname(self, ip_address):
258 """Try to resolve DC IP to NetBIOS hostname for proper Kerberos SPN

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected