1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 05:31:31 +00:00
Files
nmap/ncat/scripts/hello-luaexec.lua
2013-08-29 13:34:23 +00:00

5 lines
157 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!"