-
-
Notifications
You must be signed in to change notification settings - Fork 410
Yahoo "Email not registered!" with valid email address #51
Comments
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! |
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 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. |
Okay, thanks guys, I'm working on it right now. |
Great work @D4Vinci!, but i am having the same issue with Yahoo "Email not registered!" with valid email address. |
I can't solve it, I don't what's the problem! |
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
The text was updated successfully, but these errors were encountered: