From fa5725ed05f4ccf5e7203169aa10f41513830684 Mon Sep 17 00:00:00 2001 From: ron Date: Sat, 8 Jan 2011 00:25:48 +0000 Subject: [PATCH] Fixed a typo in the documentation --- scripts/smb-psexec.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/smb-psexec.nse b/scripts/smb-psexec.nse index ed326228d..f22899dea 100644 --- a/scripts/smb-psexec.nse +++ b/scripts/smb-psexec.nse @@ -15,7 +15,7 @@ To use this, a configuration file should be created and edited. Several configur files are included that you can customize, or you can write your own. This config file is placed in nselib/data/psexec (if you aren't sure where that is, search your system for default.lua), then is passed to Nmap as a script argument (for example, -myconfig.lua would be passed as --script-args=config-myconfig. +myconfig.lua would be passed as --script-args=config=myconfig. The configuration file consists mainly of a module list. Each module is defined by a lua table, and contains fields for the name of the program, the executable and arguments