1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00
Files
nmap/ncat/scripts/hello-luaexec.lua
2013-07-02 16:56:03 +00:00

5 lines
158 B
Lua

--This is a --lua-exec "Hello world" example. In order to send to a client,
--all you need to do is output it to the standard output.
print("Hello, world!")