mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Patrik suggested that we add --script-args-file to the Nmap help screen, which I think is a good idea (done)
This commit is contained in:
parent
bb62bab448
commit
984f62f5bc
1 changed files with 1 additions and 0 deletions
1
nmap.cc
1
nmap.cc
|
|
@ -280,6 +280,7 @@ printf("%s %s ( %s )\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,...]>: provide arguments to scripts\n"
|
||||
" --script-args-file=filename: provide NSE script args in a file\n"
|
||||
" --script-trace: Show all data sent and received\n"
|
||||
" --script-updatedb: Update the script database.\n"
|
||||
" --script-help=<Lua scripts>: Show help about scripts.\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue