-
Notifications
You must be signed in to change notification settings - Fork 10
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
Question about Captcha and Cookies #21
Comments
Hi, @chrisandoryan. |
Hi, Thanks @chrisandoryan, i really appreciate you saying that 😁 Just like @mstephen77 said, as far as i know, Binusmaya currently only uses Google's normal reCaptcha, and it only shows up after multiple failed login attempts using the same cookie. So unless you tries to login multiple times with the same cookie, it shouldn't be a problem. Also, sending an incorrect request payload to You can see Portal's login implementation here. |
Hi! Thanks both of you. I lately discovered that the problem is on my script itself, @chrsep hint them. Another question in mind, do you have any idea for a reasonable reason why did Binusmaya stop using that image captcha for verification? Is it because they're implementing normal reCaptcha? Last time i checked, the page |
You're welcome, @chrisandoryan. |
@chrisandoryan Portal does not call |
Hi
First of all, i really want to say that i am incredibly amazed with your work.
My name is Chrisando Ryan, B20, student of Cyber Security. Right now i'm working on sort of small project researching cookies and captcha.
After reading issue flows (especially your discussion with mstephen77 about binusmaya login change) here, i became more curious about how Binusmaya captcha works. At first place i thought Binusmaya is implementing google's invisible reCaptcha, but after following this repository, now i think it has a different, programmed mechanism. Based on login change summary from mstephen77, i then try to implement python based script to log in to Binusmaya to understand more about how its captcha and cookies work. I think i had successfully fetch all the parameter correctly, yet the result is still 'invalid captcha!'. Is there something i miss from the explanation? Have i taken incorrect concept?
A lot of thanks before, and wishing you a best luck for your thesis!
The text was updated successfully, but these errors were encountered: