PyCript Versions Save

Burp Suite extension for bypassing client-side encryption for pentesting and bug bounty

0.3

7 months ago
  • Fixed an error in Mac OS M1 and M2 that was caused by direct subprocess execution. Special thanks to Tavi for reporting the issue in the extension.
  • Added a logger to aid in debugging the encryption and decryption background process.
  • Implemented a new way to include or exclude parameters for encryption and decryption in requests and responses, thanks to Parimal Shaw for the feature idea.
  • Improved the speed of PyCript compared to older versions.
  • The PyCript editor tab now works more efficiently for both requests and responses at the same time.
  • Added a new resource option to help users get started with PyCript.
  • Custom requests can now take headers in base64 encoded format.
  • The decrypted request table now allows for deleting entries. Special thanks to Akshay Dandekar for the feature idea.
  • Fixed a bug where the response encryption file was being replaced with the request encryption file from local storage.
  • Optimized the code to make PyCript more efficient.
  • Fixed a bug where the PyCript editor tab would show an error and get stuck when handling plain text requests or error scripts.
  • Fixed an issue where invalid or empty requests or responses would cause Burp Suite to freeze in the decrypted request table.

0.2

1 year ago

Release Notes:

  • Added support for response encryption and decryption.
  • Added support for GET parameters.
  • Implemented separate encryption and decryption for request and response.
  • Enhanced support for handling form data and nested complex JSON data.
  • Introduced functionality to edit, update, and add headers.
  • Extended language support to include Python and Java.
  • Improved Pycript by storing the encryption and decryption script path locally, eliminating the need to load it after each reload.

0.1

1 year ago

The first release of PyCript.

  • Encryption and Decryption on the Fly
  • Decrypt multiple request
  • Live edit the plain text format
  • Auto Encrypt for Scanner and Intruder