Skip to content

Commit 500eaa7

Browse files
committed
enum_trust ruff fixed
1 parent a689cd1 commit 500eaa7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

nxc/modules/enum_trusts.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from impacket.ldap import ldapasn1 as ldapasn1_impacket
21

32

43
class NXCModule:
@@ -17,4 +16,4 @@ def options(self, context, module_options):
1716
pass
1817

1918
def on_login(self, context, connection):
20-
context.log.fail('[REMOVED] This module moved to the --dc-list LDAP flag.')
19+
context.log.fail("[REMOVED] This module moved to the --dc-list LDAP flag.")

0 commit comments

Comments
 (0)