1
|
# Tor - The Onion Router - used for anonymization - http://tor.eff.org
|
2
|
# Pattern attributes: good notsofast notsofast
|
3
|
# Protocol groups: networking
|
4
|
# Wiki: http://protocolinfo.org/wiki/Tor
|
5
|
# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
|
6
|
#
|
7
|
# This pattern has been tested and is believed to work well.
|
8
|
#
|
9
|
# It matches on the second packet. I have no idea how the protocol
|
10
|
# works, but this matches every stream I have made using Tor 0.1.0.16 as
|
11
|
# a client on Linux.
|
12
|
#
|
13
|
# It does NOT attempt to match the HTTP request that fetches the list of
|
14
|
# Tor servers.
|
15
|
|
16
|
tor
|
17
|
TOR1.*<identity>
|