TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

GuessTor: Brute-forces .onion domains

10 pointsby DLionover 9 years ago

3 comments

phwover 9 years ago
There are 2^80 possible onion domains and only ~10,000 are currently used. Simply brute-forcing the entire namespace isn&#x27;t effective, especially because the verification step is a web service that has to try and fetch an onion service descriptor to see if it&#x27;s online.<p>Also, onion domains are Base32-encoded, which means that they aren&#x27;t case sensitive and they don&#x27;t use the digits 0, 1, 8, and 9.
评论 #10646811 未加载
agartnerover 9 years ago
Scallion (<a href="https:&#x2F;&#x2F;github.com&#x2F;lachesis&#x2F;scallion" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;lachesis&#x2F;scallion</a>) works really good for this. It uses OpenCL to leverage your GPU&#x27;s to make cracking really fast.
Mizzaover 9 years ago
Better to run an HSDir! <a href="http:&#x2F;&#x2F;www.ieee-security.org&#x2F;TC&#x2F;SP2013&#x2F;papers&#x2F;4977a080.pdf" rel="nofollow">http:&#x2F;&#x2F;www.ieee-security.org&#x2F;TC&#x2F;SP2013&#x2F;papers&#x2F;4977a080.pdf</a>