righettod / log-requests-to-sqlite

BURP extension to record every HTTP request send via BURP and create an audit trail log of an assessment.
https://portswigger.net/bappstore/d916d94506734f3490e49391595d8747
GNU General Public License v3.0
61 stars 16 forks source link

Chinese character garbled #62

Closed feeops closed 1 year ago

feeops commented 2 years ago

open https://buff.163.com/

screenshot

Chinese character garbled when html charset=utf-8"

feeops commented 2 years ago

It is fixed. Need add java -Dfile.encoding=UTF-8

righettod commented 2 years ago

Hi, Thanks, I will add the jvm parameter directly in the extension loading code. Thanks again for the issue and the solution.

feeops commented 2 years ago

Hi, Thanks, I will add the jvm parameter directly in the extension loading code. Thanks again for the issue and the solution.

I am sorry. It is work to burpsuite logger++ plugins But it do not work to log-requests-to-sqlite plugins

righettod commented 2 years ago

I will ask to Burp team because, with the last version of Burp, Chinese characters of the test site are not correctly rendered:

Test

Test2

righettod commented 2 years ago

Reply from the Burp team:

image

It will be fixed in next releases 😃

righettod commented 2 years ago

For the Burp UI, the solution was to change the default font to Monospaced:

image

feeops commented 2 years ago

For the Burp UI, the solution was to change the default font to Monospaced:

image

I have change display font.It is ok in http message display.But It is not ok in sqlite.

righettod commented 2 years ago

Indeed, the fix at SQLite level will be done by the burp team because the issue is located in the extension framework code present into burp.

righettod commented 1 year ago

Will be handled in #85