summaryrefslogtreecommitdiffstats
path: root/ncat/scripts/chargen.lua
blob: 70b937f7d5e5e7e1a71fa178f1f9afde8759467b (plain)
1
2
3
4
5
6
7
--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