[tor-talk] OnionBalance Hidden Service has over 1 million successful hits in just 3 days

Sharif Olorin sio at tesser.org
Sun Jul 5 07:35:56 UTC 2015


Hi s7r,

> I know there are people who built scripts to make automated requests
> to this hidden service (thanks!): please share them on the mail list,
> with as much details as you can. The more we know about how the
> requests were made, the better we can make out of these numbers.

Dead-simple for my part:

```
cat >> ~/bin/stresstest.sh <<EOF
#! /bin/bash

curl -s --socks5-hostname localhost:9050 http://eujuuws2nacz4xw4.onion/ > /dev/null
EOF
chmod +x ~/bin/stresstest.sh
```

I then ran twelve instances of the above script in
parallel (continuously in a `for ((;;))` loop) (four per host, three
hosts each with their own Tor instance). This was done for just over 72
hours from Jul 2 04:00 UTC. I'd meant to add some simple
metrics-gathering/reporting of request time and the like (or maybe just
Torify something like `siege`) but ultimately didn't get a chance.

Sharif

-- 
OpenPGP: 6FB7 ED25 BFCF 3E22 72AE 6E8C 47D4 CE7F 6B9F DF57
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.torproject.org/pipermail/tor-talk/attachments/20150705/ebf8b221/attachment-0001.sig>


More information about the tor-talk mailing list