mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 18:09:01 +00:00
* create a branch ncat-lua in nmap-exp/d33tah based on current nmap trunk * merge in patches from github into ncat-lua branch
9 lines
133 B
Lua
9 lines
133 B
Lua
print("I'm in hello.lua.")
|
|
|
|
function on_connect()
|
|
sock_write("Hello")
|
|
end
|
|
|
|
--connect("localhost", 2233)
|
|
--connect("localhost", 2234)
|