Skip to content

Commit b250395

Browse files
committed
Remove opsec flags of new modules
1 parent 46f6dad commit b250395

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

nxc/modules/dump-computers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ class NXCModule:
55
name = "dump-computers"
66
description = "Dumps all computers in the domain"
77
supported_protocols = ["ldap"]
8-
opsec_safe = True
98
multiple_hosts = False
109

1110
def options(self, context, module_options):

nxc/modules/get-info-users.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ class NXCModule:
99
name = "get-info-users"
1010
description = "Get the info field of all users. May contain password"
1111
supported_protocols = ["ldap"]
12-
opsec_safe = True
1312
multiple_hosts = True
1413

1514
def options(self, context, module_options):

0 commit comments

Comments
 (0)