-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 0.3 #4
Merged
Merged
Version 0.3 #4
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
Anof-cyber
commented
Nov 21, 2023
- 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 request and response 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.
…r, removed older encrypt/decrpyt function for request editor tab
…ime for req and resp
2. Optimized Response encryption and decryption 3. Added Include exclude paramter for Response 4. Speed Improvment for decryption and Encryption process
2. Removed few unwated code
2. Fixed Error in decrypt request menu due to empty request or response 3. Fixed Error in showing PyCript in decrypted table request and response
… settings 2. Updated Custom requuest to pass base64 encoded header list 3. Fixed Custom request create create from string header causing invalid request 4. added error check for response tab
2. fixed failed execution return invalid request intead orignal request/response 3. Allowed Request/response tab for all request.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.