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

UTF8 support in kippo. #183

Open
svc-user opened this issue Mar 31, 2015 · 3 comments
Open

UTF8 support in kippo. #183

svc-user opened this issue Mar 31, 2015 · 3 comments

Comments

@svc-user
Copy link

I had someone come by and enter "weird" chars in the honeypot. This had some consequences in kippo-graph, which made me check the log. Looks like the honeypot isn't happy with utf8.

Here's my kippo-log for the incidents. https://zero.sjums.dk/?b3aa33a7fb11f4a3#AaB0/7SxECxDUAHzeF5p8zUP4ldhFuwRdhgf0SVxlEU=

@micheloosterhof
Copy link

Actually this is not a UTF-8 problem. It's the way the 'scp' file transfer protocol works.

@fgeek
Copy link

fgeek commented Apr 30, 2015

I don't think Log observer should give exceptions in that kind of situation or did I misunderstand something?

@micheloosterhof
Copy link

True, it shouldn't give exception. But 'scp' basically sends binary data to kippo, and the log observer can't handle that and chokes.

Also since the log observer is the jsonlog component, it's also reported in the wrong repository. It must be for my version at http://www.github.com/micheloosterhof/kippo

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

3 participants