[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Directory server issue/bug?
- To: or-talk@xxxxxxxx
- Subject: Directory server issue/bug?
- From: grarpamp <grarpamp@xxxxxxxxx>
- Date: Wed, 3 Nov 2010 23:04:48 -0400
- Delivered-to: archiver@xxxxxxxx
- Delivered-to: or-talk-outgoing@xxxxxxxx
- Delivered-to: or-talk@xxxxxxxx
- Delivery-date: Wed, 03 Nov 2010 23:04:56 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=DqMn9TNFjT6kqNdxnQ+XksUqFzBJ15w+lm5s9FPyWFk=; b=tobNrm7erXhA/KO+RJi/7D1ulBzTiN+uOMRfTc/WhrCQZcGylNKCMvETd99HbjVjID frtv7zR1GkhoBzNtw6iGuB0bScxcvNxzJRgGucj85V2CX8VEttV/R3qwKwLr15rQbvDO CsyLptNkQUKetMIp/vY2lM213nY4nZK3TZ3Zw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=SH70AivBXhzcfIZIGSpeGy5CCg0H66nrChLVmDtiPKzbg8NwiGESg3RUyOTzb9WIXD GU8UUraVL0SNdasr2nKJZIDcm3INuNe6zlRyptGepjDB+YQCQlpSHhOPQKKLKutPtCiG sIQ9vSvG2+tyk5MQsPacgtkxcZ+HTLVsUf/EE=
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-talk@xxxxxxxxxxxxx
Given a little script.
Plug it with an onion of your choice that is currently up.
Run script, sleep 15... repeat... repeat...
You may get:
HTTP/1.0 200 OK
[with descriptor attached]
HTTP/1.0 404 Not found
[with nothing attached]
[nothing at all]
[with nothing attached]
Why do some have no response?
Why does a no response come and go?
I can understand a getting a consistent 200 [until expired]
or a 404, but not a no response.
dirn='
86.59.21.38 80 tor26
216.224.124.114 9030 ides
213.115.239.118 443 maatuska
193.23.244.244 80 dannenberg
208.83.223.34 443 urras
80.190.246.100 8180 gabelmoo-legacy
128.31.0.34 9131 moria1
128.31.0.34 9131 moria1-legacy
194.109.206.212 80 dizum
80.190.246.100 8180 gabelmoo
'
echo $dirn | awk '/^[0-9]/ {print $1,$2,$3}' \
| while read ip port name ; do
echo "===== $ip $port $name ====="
printf 'GET /tor/rendezvous/<onionhash16> HTTP/1.0\r\n\r\n' \
| socat -d - tcp4:$ip:$port | strings
done
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxxx with
unsubscribe or-talk in the body. http://archives.seul.org/or/talk/