Skip to content

Releases: Anof-cyber/PyCript

0.4

06 Jul 18:27
790fee5
Compare
Choose a tag to compare

Issues Fix

New/Changes

  • Removed -h command line argument for Custom Request Type to fix #5
  • Now Support all languages for encryption and decryption not limited to Java, JavaScript and Python
  • Now, there is no need for Language in the System environment variable, You can select language binary path as well.
  • Command Line argument -d will not have data to fix #5
  • Use of temp file to pass data instead of -d or -h

Full Changelog: 0.3...0.4

0.3

21 Nov 13:12
cb0d04d
Compare
Choose a tag to compare
0.3
  • 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

19 May 17:15
Compare
Choose a tag to compare
0.2

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

25 Jan 16:52
Compare
Choose a tag to compare
0.1

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