Skip to content

Commit 0fe468f

Browse files
committed
Add wmi to supported protocols
1 parent 4714664 commit 0fe468f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/modules/aws-credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class NXCModule:
77

88
name = "aws-credentials"
99
description = "Search for aws credentials files."
10-
supported_protocols = ["ssh", "smb", "winrm"]
10+
supported_protocols = ["ssh", "smb", "winrm", "wmi"]
1111
opsec_safe = True
1212
multiple_hosts = True
1313

0 commit comments

Comments
 (0)