onionscan icon indicating copy to clipboard operation
onionscan copied to clipboard

Onion addresses V2 and V3 update

Open SubaruSama opened this issue 3 years ago • 4 comments

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!

SubaruSama avatar Nov 05 '21 17:11 SubaruSama

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

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

StasonJatham avatar Nov 11 '21 17:11 StasonJatham

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!

SubaruSama avatar Nov 14 '21 00:11 SubaruSama

Any updates?

VityaSchel avatar Jul 04 '22 22:07 VityaSchel

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

parthk2510 avatar Jul 08 '22 05:07 parthk2510