Files
Pennyw0rth-NetExec/nxc/modules/enum_trusts.py
T
2025-07-16 16:22:04 +02:00

18 lines
520 B
Python

class NXCModule:
"""
Extract all Trust Relationships, Trusting Direction, and Trust Transitivity
Module by Brandon Fisher @shad0wcntr0ller
"""
name = "enum_trusts"
description = "[REMOVED] Extract all Trust Relationships, Trusting Direction, and Trust Transitivity"
supported_protocols = ["ldap"]
def options(self, context, module_options):
pass
def on_login(self, context, connection):
context.log.fail("[REMOVED] This module moved to the --dc-list LDAP flag.")