s-rah/onionscan

Onion addresses V2 and V3 update

SubaruSama opened this issue · 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!

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

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

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!

Any updates?

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