mr-m0nst3r / Burpy

A plugin that allows you execute python and get return to BurpSuite.
MIT License
392 stars 51 forks source link

Auto ENC/DEC Display encoding is GBK by Default #27

Closed breaking153 closed 2 years ago

breaking153 commented 2 years ago

but burpsuite maybe UTF-8 encoding which will cause ERROR on repeater on response text. use Extension to decrypt: 图片 use Auto ENC/DEC to decrypt,it's GBK encoding so it has display error: 图片 change encoding to GBK and use Auto ENC/DEC to decrypt: 图片

maybe we can consider read burp's configuration to fix this?

mr-m0nst3r commented 2 years ago

I'm not sure whether we can read burps config, because the result is read from python, based64 encoded, so this leaves to our python script to deal with encoding.

If you got any good way to implement this, PRs are welcome.

BTW, you can speak Chinese, I'm Chinese. :D

mr-m0nst3r commented 2 years ago

Closing it. Reopen it if needed,