Skip to content

Commit c77800b

Browse files
author
Aurélien CHALOT
committed
fix typo
1 parent f45baf8 commit c77800b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/ntlm_reflection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def on_login(self, context, connection):
7474
if not connection.conn.isSigningRequired(): # Not vulnerable if SMB signing is enabled
7575
context.log.highlight(f"VULNERABLE (can relay SMB to any protocols on {self.context.log.extra['host']})")
7676
else:
77-
context.log.highlight(f"VULNERABLE (can relay SMB to any others protocols except SMB on {self.context.log.extra['host']})")
77+
context.log.highlight(f"VULNERABLE (can relay SMB to other protocols except SMB on {self.context.log.extra['host']})")
7878
except SessionError as e:
7979
if "STATUS_OBJECT_NAME_NOT_FOUND" in str(e):
8080
self.context.log.info(f"RemoteRegistry is probably deactivated: {e}")

0 commit comments

Comments
 (0)