1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

Mention the HTTP server in --lua-exec section.

This commit is contained in:
d33tah
2013-08-29 12:26:28 +00:00
parent 520e1a4fc5
commit 02b7b0ac8e

View File

@@ -611,7 +611,9 @@ print("Hello, world!")
<ulink role="hidepdf" url="https://svn.nmap.org/nmap/ncat/scripts/conditional.lua">conditional.lua</ulink>.
It shows how to create a simple menu, receive some data from the user
repeatedly and react according to her decisions. You might want to start
off your experiments with Lua by making changes to this script.
off your experiments with Lua by making changes to this script. Also see
<xref linkend="ncat-httpserv"/> for information on how to run a simple
HTTP server in Lua.
</para>
<para>