Skip to content

Commit 7108e2a

Browse files
committed
Make opsec_safe as we only use native win protocols
1 parent 81a1449 commit 7108e2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/presence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class NXCModule:
99
name = "presence"
1010
description = "Traces Domain and Enterprise Admin presence in the target over SMB"
1111
supported_protocols = ["smb"]
12-
opsec_safe = False
12+
opsec_safe = True
1313
multiple_hosts = True
1414

1515
def options(self, context, module_options):

0 commit comments

Comments
 (0)