Skip to content

Instantly share code, notes, and snippets.

@Palantir555
Created April 14, 2016 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Palantir555/d77fcf09c62a423decfe24d5a6598151 to your computer and use it in GitHub Desktop.
Save Palantir555/d77fcf09c62a423decfe24d5a6598151 to your computer and use it in GitHub Desktop.
# cat /etc/inetd.conf
echo stream tcp nowait root internal
echo dgram udp wait root internal
discard stream tcp nowait root internal
discard dgram udp wait root internal
daytime stream tcp nowait root internal
daytime dgram udp wait root internal
chargen stream tcp nowait root internal
chargen dgram udp wait root internal
time stream tcp nowait root internal
time dgram udp wait root internal
ftp stream tcp nowait root /bin/ftpd ftpd
telnet stream tcp nowait root /bin/telnetd telnetd -L /bin/login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment