Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onion addresses V2 and V3 update #177

Open
SubaruSama opened this issue Nov 5, 2021 · 4 comments
Open

Onion addresses V2 and V3 update #177

SubaruSama opened this issue Nov 5, 2021 · 4 comments

Comments

@SubaruSama
Copy link

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
Copy link

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

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

@SubaruSama
Copy link
Author

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
Copy link

Any updates?

@parthk2510
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants