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

Yahoo "Email not registered!" with valid email address #51

Open
alesanco opened this issue Jul 25, 2018 · 5 comments
Open

Yahoo "Email not registered!" with valid email address #51

alesanco opened this issue Jul 25, 2018 · 5 comments

Comments

@alesanco
Copy link

alesanco commented Jul 25, 2018

The tool doesn't recognize a valid Yahoo email address, returning "Email not registered!" even if I put the exact password of a personal account. I tried with two different valid Yahoo accounts and I got same results.

I'm using V0.4.1 on ParrotSec

@DocKali
Copy link

DocKali commented Jul 27, 2018

Exactly the same problem for me. Tool tested with 2 Yahoo adresses of mine, didn't recognize adresses.

BTW, excellent work you did with this tool @D4Vinci, thanks a lot!

@alesanco
Copy link
Author

After a rapid debug in the source code, I think the problem is that Yahoo does a redirection to another endpoint for request password after the submission of the email address here.

This could cause that the HTML cached from MechanicalSoup isn't aligned obviously and the selector
'form[class="pure-form pure-form-stacked"]' (here) doesn't work.

image

As you can see in the debug console, the form1 selector works, but after the submit the form2 selector returns LinkNotFound, probably for the reason I explained below.

Hope this can help you @D4Vinci! If I'll find time to patch it I'll happy to do it.

@D4Vinci
Copy link
Owner

D4Vinci commented Jul 27, 2018

Okay, thanks guys, I'm working on it right now.

@rizzy01
Copy link

rizzy01 commented Sep 22, 2018

Great work @D4Vinci!, but i am having the same issue with Yahoo "Email not registered!" with valid email address.

@D4Vinci
Copy link
Owner

D4Vinci commented Sep 23, 2018

I can't solve it, I don't what's the problem!
Every thing is working well but the result is not.
Anyway I will try harder again once I have time

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