From 86b74efd4350ac970e32ad69bdb08ba4e199c371 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Mon, 21 Jul 2025 10:52:24 -0400 Subject: [PATCH] Improve module description --- nxc/modules/find-computer.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/nxc/modules/find-computer.py b/nxc/modules/find-computer.py index 913003bf..da9defeb 100644 --- a/nxc/modules/find-computer.py +++ b/nxc/modules/find-computer.py @@ -19,10 +19,11 @@ class NXCModule: def options(self, context, module_options): """ - find-computer: Specify find-computer to call the module - TEXT: Specify the TEXT option to enter your text to search for - Usage: nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="server" - 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" + nxc ldap $DC-IP -u Username -p Password -M find-computer -o TEXT="SQL" """ self.TEXT = ""