Skip to content

Commit 3efb829

Browse files
committed
Add module category
1 parent 857cb47 commit 3efb829

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/modules/ntlm_reflection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
from impacket.dcerpc.v5 import transport, rrp
33
from impacket.dcerpc.v5.rpcrt import RPC_C_AUTHN_GSS_NEGOTIATE
44
from impacket.smbconnection import SessionError
5+
from nxc.helpers.misc import CATEGORY
56

67

78
class NXCModule:
@@ -11,6 +12,7 @@ class NXCModule:
1112
supported_protocols = ["smb"]
1213
opsec_safe = True
1314
multiple_hosts = True
15+
category = CATEGORY.ENUMERATION
1416

1517
# Reference table from MSRC report
1618
# https://msrc.microsoft.com/update-guide/fr-FRS/vulnerability/CVE-2025-33073

0 commit comments

Comments
 (0)