1
|
# Whois - query/response system, usually used for domain name info - RFC 3912
|
2
|
# Pattern attributes: good notsofast notsofast overmatch
|
3
|
# Protocol groups: networking ietf_draft_standard
|
4
|
# Wiki: http://www.protocolinfo.org/wiki/Whois
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# Usually runs on TCP port 43
|
8
|
#
|
9
|
# This pattern has been tested and is believed to work well.
|
10
|
|
11
|
whois
|
12
|
# Matches the query. Assumes only that it is printable ASCII without wierd
|
13
|
# whitespace.
|
14
|
^[ !-~]+\x0d\x0a$
|