Skip to content

A generic Burp extension help decrypt and edit encrypted traffic.

Notifications You must be signed in to change notification settings

vigov5/traffic_decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(Generic) Burp Traffic Decryptor Extension

image.png

This extension creates a new tab called Traffic Decryptor, where you can define custom logic in Python to decrypt encrypted traffic. You can also define custom logic to re-encrypt edited values.

How to Use

  • Copy logic.sample.py to logic.py.
  • Implement your logic for decrypting/encrypting and displaying decrypted data in this file. Check the file example/logic.py for an example.
  • Use the Reload button in Traffic Decryptor each time you edit your logic to test it out without unloading/reloading the extension.

Blog

About

A generic Burp extension help decrypt and edit encrypted traffic.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages