PyCript
Pycript is a Burp Suite extension that enables users to encrypt and decrypt requests and response for manual and automated application penetration testing. It also allows users to create custom encryption and decryption logic using JavaScript, Python and Java, allowing for a tailored encryption/decryption process for specific needs.
Support
Documentation
Reference
- Bypassing Asymmetric Client Side Encryption Without Private Key
- Manipulating Encrypted Traffic using PyCript
Requirements
- Node JS / Python / Java
- Burp Suite with Jython
Features
- Encrypt & Decrypt the Selected Strings from Request Response
- View and Modify the encrypted request in plain text
- Decrypt Multiple Requests
- Perform Burp Scanner, Sql Map, Intruder Bruteforce or any Automation in Plain Text
- Auto Encrpyt the request on the fly
- Complete freedom for encryption and decryption logic
- Ability to handle encryption and decryption even with Key and IV in Request Header or Body
Roadmap
- Response Encryption & Decryption
- Support for GET Paramters
- Allowing Edit Headers for Request Type
Custom Request
- Supporting multiple languages for encryption and decryption
Demo Code
- Repository for Encryption Decryption PyCript Template Code Repository