1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 18:09:01 +00:00
Files
nmap/ncat/hello.lua
d33tah 3e3e87f462 * create d33tah directory at nmap-exp
* create a branch ncat-lua in nmap-exp/d33tah based on current nmap trunk
* merge in patches from github into ncat-lua branch
2013-06-13 15:04:23 +00:00

9 lines
133 B
Lua

print("I'm in hello.lua.")
function on_connect()
sock_write("Hello")
end
--connect("localhost", 2233)
--connect("localhost", 2234)