We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e3219 commit d296737Copy full SHA for d296737
1 file changed
nxc/modules/lockscreendoors.py
@@ -1,5 +1,6 @@
1
from io import BytesIO
2
import pefile
3
+from nxc.helpers.misc import CATEGORY
4
5
6
class NXCModule:
@@ -11,6 +12,7 @@ class NXCModule:
11
12
name = "lockscreendoors"
13
description = "Detect Windows lock screen backdoors by checking FileDescriptions of accessibility binaries."
14
supported_protocols = ["smb"]
15
+ category = CATEGORY.ENUMERATION
16
17
def __init__(self):
18
# List of exe names with expected descriptions
0 commit comments