PyCript
PyCript copied to clipboard
Burp Suite extension for bypassing client-side encryption for pentesting and bug bounty
**Have you gone through the Documentation or Video Tutorial** - Documentation - https://pycript.souravkalal.tech/ - Video - https://youtu.be/J8KE5VR8yDk?si=yr4XqqwWh5ms7O6s - [Y/N] - Y **Describe the bug** When you use the automatic encryption...
Presently, some PyCript settings persist through restarting Burp, such as "Request/Response Encryption Decryption Files", but others don't such as the "Request/Response Type" radio buttons, and need to be set again...
**Have you gone through the Documentation or Video Tutorial** - Documentation - https://pycript.souravkalal.tech/ - Video - https://youtu.be/J8KE5VR8yDk?si=yr4XqqwWh5ms7O6s - [Y/N] - Y **Describe the bug** When I click PyScript, the page...
https://github.com/Anof-cyber/PyCript/blob/221b91e0b14cc2cba970c5668dbfcce791b4a8a6/pycript/gethelpers.py#L21-L26 ```python gethelpers.py", line 26, in return ''.join(chr(code) for code in byte_data2) ValueError: chr() arg not in range(256) ``` Can you add UTF-8 character support? The character I tested is:...
Description: Hello, first of all, thank you for your great work on PyCript 1.0! I’ve been testing it and noticed what appears to be a limitation when handling characters outside...
Hello! I am very honored to find such a good encryption and decryption plug-in, but I encountered a very confused problem during the use. I just came into contact with...