We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a689cd1 commit 500eaa7Copy full SHA for 500eaa7
1 file changed
nxc/modules/enum_trusts.py
@@ -1,4 +1,3 @@
1
-from impacket.ldap import ldapasn1 as ldapasn1_impacket
2
3
4
class NXCModule:
@@ -17,4 +16,4 @@ def options(self, context, module_options):
17
16
pass
18
19
def on_login(self, context, connection):
20
- context.log.fail('[REMOVED] This module moved to the --dc-list LDAP flag.')
+ context.log.fail("[REMOVED] This module moved to the --dc-list LDAP flag.")
0 commit comments