Closed breaking153 closed 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
Closing it. Reopen it if needed,
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?