mandiant / flare-fakenet-ng

FakeNet-NG - Next Generation Dynamic Network Analysis Tool
Apache License 2.0
1.73k stars 357 forks source link

Use chardet to detect encoding #181

Open tinajohnson opened 2 months ago

tinajohnson commented 2 months ago

This issue is related to the latest HTML report feature. Currently, some of the NBI strings are represented as bytes string literals with a ‘b’ prefix in the HTML report (see screenshot). One solution could be to use chardet to detect encoding and then use the decoded strings in the report.

Screenshot 2024-04-12 at 12 43 14 PM