Skip to content

Commit 1c77c64

Browse files
committed
Typo
1 parent c77800b commit 1c77c64

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
@@ -72,7 +72,7 @@ def on_login(self, context, connection):
7272
vuln = self.is_vulnerable(connection.server_os_major, connection.server_os_minor, connection.server_os_build, ubr)
7373
if vuln:
7474
if not connection.conn.isSigningRequired(): # Not vulnerable if SMB signing is enabled
75-
context.log.highlight(f"VULNERABLE (can relay SMB to any protocols on {self.context.log.extra['host']})")
75+
context.log.highlight(f"VULNERABLE (can relay SMB to any protocol on {self.context.log.extra['host']})")
7676
else:
7777
context.log.highlight(f"VULNERABLE (can relay SMB to other protocols except SMB on {self.context.log.extra['host']})")
7878
except SessionError as e:

0 commit comments

Comments
 (0)