mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
merging in the --lua-exec feature for ncat.
This commit is contained in:
parent
085d4ccfb2
commit
b62709eb20
25 changed files with 1594 additions and 31 deletions
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!")
|
||||
Loading…
Add table
Add a link
Reference in a new issue