CryptoBurp is a Cyber Chef-like Burp Extension for encodings*, encryption*, and hashing* user's selected strings from request and response headers or body from proxy interceptor or burp repeater. Built using Jython v2.7.2.
- Download Jython v2.7.2
- Setup Jython runtime environtment : See Guide
- Add / Install
cryptoburp.py
Burp Extension to your BurpSuite : See Guide
- AES-ECB encryption/decryption with hardcoded static key in the python script
- Menu Selection still inflexible
- Dirty code with redundant tasks / function with similar task
- Added more dynamic version of Menu Selection (flexible)
- Added Pop-Up to get User Input for the encryption / decryption key
- Added reusable user input (KEY) to avoid re-input key everytime
- Cleaner Code
- Clario "Fejka" Johan
- Crisdeo "Kisanak" Siahaan
*currently only supports for AES-ECB/PKCS7, will add more crypto algorithms in the near future