• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/l7-protocols/untested/
1# rlogin - remote login - RFC 1282
2# Pattern attributes: ok veryfast fast
3# Protocol groups: remote_access ietf_rfc_documented
4# Wiki: http://www.protocolinfo.org/wiki/Rlogin
5#
6# usually runs on port 443
7#
8# This pattern is untested.
9
10rlogin
11# At least three characters (user name, user name, terminal type), 
12# the first of which could be the first character of a user name, a
13# slash, then a terminal speed.  (Assumes that usernames and terminal
14# types are alphanumeric only.  I'm sure there are usernames like
15# "straitm-47" out there, but it's not common.) All terminal speeds 
16# I know of end in two zeros and are between 3 and 6 digits long.
17# This pattern is uncomfortably general.
18^[a-z][a-z0-9][a-z0-9]+/[1-9][0-9]?[0-9]?[0-9]?00
19