Skip to content

Commit 47f90aa

Browse files
committed
Improve module description
1 parent 1a84646 commit 47f90aa

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
@@ -7,7 +7,7 @@
77
class NXCModule:
88
# https://www.synacktiv.com/en/publications/ntlm-reflection-is-dead-long-live-ntlm-reflection-an-in-depth-analysis-of-cve-2025
99
name = "ntlm_reflection"
10-
description = "Attempt to check if the OS is vulnerable to CVE-2025-33073"
10+
description = "Attempt to check if the OS is vulnerable to CVE-2025-33073 (NTLM Reflection attack)"
1111
supported_protocols = ["smb"]
1212
opsec_safe = True
1313
multiple_hosts = True

0 commit comments

Comments
 (0)