From b56c7345306b0de567bc886a7e6cbc6027eb2521 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 24 Jan 2015 22:57:59 +0000 Subject: [PATCH] The Golang implementation of Tor has a name and a github now. --- nmap-service-probes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nmap-service-probes b/nmap-service-probes index 4f89ec6a2..c86a6880d 100644 --- a/nmap-service-probes +++ b/nmap-service-probes @@ -13613,5 +13613,6 @@ match tor-orport m|^\x00\x00\x07\x00\x02\x00\x03| p/Tor/ v/0.2.3.7 - 0.2.4.11/ i # An independent implementation that "only returns the highest # understood version matching what the server supports, instead of a # list of all supported versions." +# https://github.com/tvdw/gotor # https://lists.torproject.org/pipermail/tor-dev/2015-January/008135.html -match tor-orport m|^\x00\x00\x07\x00\x02\x00\x04| p/Tor/ i/supported protocol versions: 4/ +match tor-orport m|^\x00\x00\x07\x00\x02\x00\x04| p/GoTor/ i/supported protocol versions: 4/