On Fri, Apr 27, 2018 at 8:01 AM, Alec Muffett alec.muffett@gmail.com wrote:
OnionBalance
Forgot to include this in the former list of common / useful onion tools, thanks.
If anyone knows of others, feel free to add to thread.
OTOH, I have been performance testing simultaneous regular-expression matching of v2/3 addresses, and so far this is the winner:
"\b([a-z2-7]{16}(?:[a-z2-7]{40})?\.onion)\b"
Did you post the results of the various RE engines and RE's somewhere? Some of the onion services out there might find it useful in their backend work.
...and it's already in the codebase at https://github.com/alecmuffett/eotk/blob/master/templates.d/nginx.conf.txt#L...