mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
7 lines
175 B
Lua
7 lines
175 B
Lua
--chargen.lua - implements the RFC 864 CHARGEN service which basically spams
|
|
--the remote user until he decides to close the connection.
|
|
|
|
while true do
|
|
print "chargen"
|
|
end
|
|
|