File: chargen.lua

package info (click to toggle)
nmap 7.98%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 45,872 kB
  • sloc: cpp: 61,855; ansic: 31,545; python: 17,238; sh: 15,622; xml: 11,564; perl: 2,650; makefile: 966; java: 45; objc: 45
file content (7 lines) | stat: -rw-r--r-- 175 bytes parent folder | download | duplicates (10)
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