mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 07:56:35 +00:00
Removed nse_auxiliar. Updated Script Argument parsing. Fixed typos in
documentation. Improved MySQLinfo.nse. Nsock/dnet metatabels are now protected.
This commit is contained in:
@@ -304,7 +304,7 @@ $ nmap -sC --script-args user=foo,pass=bar,anonFTP={pass=ftp@foobar.com}
|
||||
which would result in the Lua table:
|
||||
</para>
|
||||
<programlisting>
|
||||
{user="foo",pass="bar",anonFTP={pass=nobody@foobar.com}}
|
||||
{user="foo",pass="bar",anonFTP={pass="nobody@foobar.com"}}
|
||||
</programlisting>
|
||||
|
||||
<para>You could therefore access the username (<literal>"foo"</literal>)
|
||||
|
||||
Reference in New Issue
Block a user