mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
added --script-args to the usage-text (nmap.cc)
fixed to typos in error messages (nse_nsock.cc) added a short description of --script-args to refguide.xml
This commit is contained in:
parent
d073a19105
commit
e765af4103
3 changed files with 34 additions and 3 deletions
4
nmap.cc
4
nmap.cc
|
|
@ -256,7 +256,9 @@ printf("%s %s ( %s )\n"
|
|||
#ifndef NOLUA
|
||||
"SCRIPT SCAN:\n"
|
||||
" -sC: equivalent to --script=safe,intrusive\n"
|
||||
" --script=<lua scripts>: <lua scripts> is a comma separated list of dirs or scripts\n"
|
||||
" --script=<lua scripts>: <lua scripts> is a comma separated list of \n"
|
||||
" directories, script-files or script-categories\n"
|
||||
" --script-args=<n1=v1,[n2=v2,[n3=v3]]>: provide arguments to scripts\n"
|
||||
" --script-trace: Show all data sent and received\n"
|
||||
" --script-updatedb: Update the script database.\n"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue