Skip to content

Commit ce963a0

Browse files
committed
[Remove-Mic] mutiple hosts set 2 False
Signed-off-by: XiaoliChan <30458572+XiaoliChan@users.noreply.github.com>
1 parent 3e44b41 commit ce963a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/remove-mic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class NXCModule:
2626
description = "Check if host vulnerable to CVE-2019-1040"
2727
supported_protocols = ["smb"]
2828
opsec_safe = True
29-
multiple_hosts = True
29+
multiple_hosts = False
3030

3131
def __init__(self, context=None, module_options=None):
3232
self.context = context

0 commit comments

Comments
 (0)