summaryrefslogtreecommitdiffstats
path: root/ncat/scripts/chargen.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ncat/scripts/chargen.lua')
-rw-r--r--ncat/scripts/chargen.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/ncat/scripts/chargen.lua b/ncat/scripts/chargen.lua
new file mode 100644
index 0000000..70b937f
--- /dev/null
+++ b/ncat/scripts/chargen.lua
@@ -0,0 +1,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
+