We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253d8ab commit 86b74efCopy full SHA for 86b74ef
1 file changed
nxc/modules/find-computer.py
@@ -19,10 +19,11 @@ class NXCModule:
19
20
def options(self, context, module_options):
21
"""
22
- find-computer: Specify find-computer to call the module
23
- TEXT: Specify the TEXT option to enter your text to search for
24
- Usage: nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="server"
25
- nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="SQL"
+ TEXT Search TEXT in the operating system or name of the computer.
+
+ Examples:
+ nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="server"
26
+ nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="SQL"
27
28
self.TEXT = ""
29
0 commit comments