D4Vinci / Cr3dOv3r

Know the dangers of credential reuse attacks.
MIT License
2.02k stars 410 forks source link

Unicode Crash - Windows #65

Closed ctrlsam closed 6 years ago

ctrlsam commented 6 years ago

When getting password input, after submiting it (pressing ENTER) Python itself crashes. This is due to a conflict with the win_unicode_console library. I was able to run win_unicode_console.disable() before the input which prevented the crash but I don't notice a difference with this lib disabled (is it really needed).

(Also created a PR to fix banner encoding issue for Windows users)

Environment: Windows 10, Python 3.7

D4Vinci commented 6 years ago

I will look at this when it's possible and respond to you. Thanks for help :smile:

D4Vinci commented 6 years ago

yup, win_unicode_console is needed for windows to make colors shows. As no one else is facing the same problem, I think the problem might be with python version you are using. Try running it with version 3.6 or anything older and write me here if the problem persists. Till then I will close the issue.