CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.3k stars 282 forks source link

Submit file encoding error #572

Open frantz2501 opened 2 years ago

frantz2501 commented 2 years ago

When I submit a file using GUI (Submit), the screen freeze on Submit progression bar

image

In error log, I found:

ERROR: Script: Error in module SubmitPaste: 'utf-8' codec can't decode byte 0xe7 in position 67619: invalid continuation byte

File contains creds and I know it is ugly. It needs latin1 encoding to be read. Is there a turnaround ? Or should I use the API ?