-
Notifications
You must be signed in to change notification settings - Fork 11
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
Hcaptch is used in the verification code. How to solve it #28
Comments
Yes I know that but I have not yet written any code for it. I write my codes for my personal interest (telling people that saimoes are just bootcamps for programmers) instead of actually vote for Chtholly. You may search for hcaptcha in GitHub and you would see production-ready codes to solve them. So hcaptcha is much much much easier than the original ISML captchas. |
I also write code. I'm interested in the verification of this website. When you enter voiting, you will get voiting_ token. Browser post a canvas fingerprint to the server will get a cookie: CI_ Session. When you submit, you will bring a cookie: CI_ Session and voting_ Token and h-captcha-response. I wonder when they were linked? When did IP and device bind? |
IP is checked by ISML server, and you cannot really detect any js or cookie about your IP. |
One of my conjectures is that a ticket contains IP and canvas fingerprints, CI_ Session promised that they would put in the same ticket. When an IP or a canvas fingerprint is found in multiple tickets during ticket check-in, it is a duplicate ticket. |
I agree; and I am also Chinese |
No description provided.
The text was updated successfully, but these errors were encountered: