Skip to content

clariojohan/CryptoBurp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

CryptoBurp

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.

Demo

Demo

How to Use (Installation Guide) :

  1. Download Jython v2.7.2
  2. Setup Jython runtime environtment : See Guide
  3. Add / Install cryptoburp.py Burp Extension to your BurpSuite : See Guide

Version Details

Version 1.0

  • 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

Version 1.1

  • 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

Contributors

  • Clario "Fejka" Johan
  • Crisdeo "Kisanak" Siahaan

*currently only supports for AES-ECB/PKCS7, will add more crypto algorithms in the near future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages