root/usr/local/share/protocols/whois.pat @ 03e4c599
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 |
# |
6 |
# Usually runs on TCP port 43 |
7 |
# |
8 |
# This pattern has been tested and is believed to work well. |
9 |
|
10 |
whois |
11 |
# Matches the query. Assumes only that it is printable ASCII without wierd |
12 |
# whitespace. |
13 |
^[ !-~]+\x0d\x0a$ |