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

Non UTF-8 chars in Responder-Session.log causes crash #12

Open
AbstractClass opened this issue Apr 5, 2018 · 1 comment
Open

Non UTF-8 chars in Responder-Session.log causes crash #12

AbstractClass opened this issue Apr 5, 2018 · 1 comment

Comments

@AbstractClass
Copy link

If the Responder-Session.log contains chars that are not UTF-8, when the program tries to call readlines() it crashes. This can be fixed by appended error='replace' to the arguments when calling open on the file.

@DanMcInerney
Copy link
Owner

Anyone wanna PR me this? I'm working on another project currently.

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

2 participants