kippo icon indicating copy to clipboard operation
kippo copied to clipboard

UTF8 support in kippo.

Open svc-user opened this issue 9 years ago • 3 comments

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=

svc-user avatar Mar 31 '15 09:03 svc-user

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

micheloosterhof avatar Apr 22 '15 19:04 micheloosterhof

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

fgeek avatar Apr 30 '15 08:04 fgeek

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

micheloosterhof avatar Apr 30 '15 09:04 micheloosterhof