-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fix bug in skype #470
base: master
Are you sure you want to change the base?
Fix bug in skype #470
Conversation
I prefer to merge your PR once the issue with the dictionary attack works. Could you try again changing all list from: https://github.com/AlessandroZ/LaZagne/blob/master/Windows/lazagne/config/dico.py It should correct your issue. Thanks a lot for your help. |
Please, tell me what am I doing wrong...
u"my_real_password_from_skype", . Dict attack fails.Second, right now I have been tried to change this line to b"rhjdfnm123", . Dict attack also fails.More than that, the hashes counted in line
Repeat, I am using python2. |
In python 2, there are no difference between I'm sorry but I cannot help you without debugging. Try to print your md5 password to see the good result.
Remove the content of the dico and add only your password. Print the content of hash_ and md5 to understand why there are different. |
I understand it :-) |
hey |
Hi Dutt786, Do not hesitate to do PRs if you want to contribute. Thanks 👍 |
hi AlessandroZ] |
Fixed bug in skype.
Added python3 support, but it still does not works: it could not to perform successful dictionary atack even if the right password have been added in the passwords list.