A well written article with lot of technical details. Well done. However, I'm wondering what would be a good practical purpose of crawling dark web.
Thank you! There's no practical purpose for the crawler. It's more an educational project than anything.
Building a Dark Web Crawler in Go
11–20 of 113 posts
Re: Building a Dark Web Crawler in Go
#12Re: Building a Dark Web Crawler in Go
#13Re: Building a Dark Web Crawler in Go
#14I'd be concerned that the DB is going to contain some pretty nasty stuff that might be hard to explain in front of a judge.
Re: Building a Dark Web Crawler in Go
#15From what I could see, author made effort to make the crawler distributed with k8s (which I don't is needed considering there are only approximately 75 000 onion addresses) using modern buzzword technology, but from what I could see the crawler itself is rather simplistic. It doesn't even seem to index/crawl relative urls, just absolute ones.
Re: Building a Dark Web Crawler in Go
#16Disclaimer: I have rather small experience with Golang and just skimmed the crawler code. From what I could see, author made effort to make the crawler distributed with k8s (which I don't is needed considering there are only approximately 75 000 onion addresses) using modern buzzword technology, but from what I could see the crawler itself is rather simplistic. It doesn't even seem to index/crawl relative urls, just…
Regarding the number of onion addresses available you are wrong. Addresses are encoded in Base32 which means there are 32 characters available. So there are 32^16=1.208925819614629174706176×10^24 addresses available.
Not taken but available.
I agree with the fact that the crawler is really simplistic. But the project is new (2 months I think) and has to evolve. You can make a PR If you want to help me to improve it!
Re: Building a Dark Web Crawler in Go
#17I'd be concerned that the DB is going to contain some pretty nasty stuff that might be hard to explain in front of a judge.
Re: Building a Dark Web Crawler in Go
#18Earlier quoted context omitted.
Thank you! There's no practical purpose for the crawler. It's more an educational project than anything.
Weird, for some reason your comments are being instantly marked as "dead." I think there's some kind of filter that's tripping out for your account since it's new. I vouched for your two comments so hopefully everyone can see them now, but an admin (i.e. dang?) will need to look into this for a longer term solution.
Re: Building a Dark Web Crawler in Go
#19I’ve been pretty surprised at how big hidden services have become Dread, the dark net reddit, is surprisingly vibrant I think its weird that people almost don't want to hear positive stories about dark net. It’ll be funny when news articles and romcoms just start “forgetting” to qualify their plot piece with the “its scary” trope
Re: Building a Dark Web Crawler in Go
#20First of all, it’s hidden sevices, not dark web. Second, to anyone crawling hidden services or crawling over tor, please run a relay or decrease your hop. Don’t sacrifice other’s desperate need for anonymity for your $whatever_purpose_thats_probably_not_important. It could be some fun thing to do for you, but some people are relying on tor to use the free, secure and anonymous Internet.