Skip to content

Commit 86b74ef

Browse files
committed
Improve module description
1 parent 253d8ab commit 86b74ef

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

nxc/modules/find-computer.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ class NXCModule:
1919

2020
def options(self, context, module_options):
2121
"""
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"
22+
TEXT Search TEXT in the operating system or name of the computer.
23+
24+
Examples:
25+
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"
2627
"""
2728
self.TEXT = ""
2829

0 commit comments

Comments
 (0)