mirror of
https://github.com/nmap/nmap.git
synced 2026-01-22 14:19:02 +00:00
merging in the --lua-exec feature for ncat.
This commit is contained in:
4
ncat/scripts/hello-luaexec.lua
Normal file
4
ncat/scripts/hello-luaexec.lua
Normal file
@@ -0,0 +1,4 @@
|
||||
--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!")
|
||||
Reference in New Issue
Block a user