s-rah / onionscan

OnionScan is a free and open source tool for investigating the Dark Web.
https://twitter.com/OnionScan
Other
2.88k stars 594 forks source link

Onion addresses V2 and V3 update #177

Open SubaruSama opened 3 years ago

SubaruSama commented 3 years ago

Hello, how are you?

Since June 2021, TOR project has announced that will not support V2. Link: https://support.torproject.org/onionservices/v2-deprecation/

I've tested and it cant understand the V3 addresses. Only V2.

Do you have any project or idea to update this project to scan the onion V3 address? I can be a volunteer to test if you need help.

Thanks!

StasonJatham commented 3 years ago

Technically you have to replace the regex in validator.go with this:

regexp.MatchString(`(^|\.)[a-z2-7]{56}\.onion$`, identifier)
SubaruSama commented 2 years ago

I've seen that are a pull request to this issue. I'll try on my fork the change that i've made and from the pull request.

I hope I can return some new info about this subject soon.

Thanks and have a good weekend!

VityaSchel commented 2 years ago

Any updates?

parthk2510 commented 2 years ago

I am also waiting for updates ..... Any development ?