Skip to content

Commit d296737

Browse files
committed
Add category for lockscreendoors module
1 parent 35e3219 commit d296737

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

nxc/modules/lockscreendoors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from io import BytesIO
22
import pefile
3+
from nxc.helpers.misc import CATEGORY
34

45

56
class NXCModule:
@@ -11,6 +12,7 @@ class NXCModule:
1112
name = "lockscreendoors"
1213
description = "Detect Windows lock screen backdoors by checking FileDescriptions of accessibility binaries."
1314
supported_protocols = ["smb"]
15+
category = CATEGORY.ENUMERATION
1416

1517
def __init__(self):
1618
# List of exe names with expected descriptions

0 commit comments

Comments
 (0)