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

Method __getattr__

NetworkHound.py:1260–1262  ·  view source on GitHub ↗

Delegate other attributes to the impacket auth object

(self, name)

Source from the content-addressed store, hash-verified

1258 return sid_string
1259
1260 def __getattr__(self, name):
1261 """Delegate other attributes to the impacket auth object"""
1262 return getattr(self.impacket_auth, name)
1263
1264def parse_kerberos_ticket(ccache_path):
1265 """Parse Kerberos ticket cache to extract username and domain"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected