Skip to content

Burp Suite extension to decrypt/encrypt any encrypted traffic (AES/RSA/Encodings and more) with custom code in any language

License

Notifications You must be signed in to change notification settings

Anof-cyber/PyCript

Repository files navigation

PyCript

PyCript is a Burp Suite extension that enables users to encrypt and decrypt HTTP requests, responses, and WebSocket messages for manual and automated application penetration testing. It also allows users to create custom encryption and decryption logic using any language like Python, Go, Nodejs, C, Bash etc allowing for a tailored encryption/decryption process for specific needs.

Java CI with Gradle Deploy GitHub GitHub closed issues GitHub Release Date GitHub release (latest by date including pre-releases) GitHub last commit

Support

Sponsor Anof-cyber

Documentation

70686099-3855f780-1c79-11ea-8141-899e39459da2

Reference

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
  • Rewrite from Python to Java with Burp Montoya APIs
  • Merge PyCript-WebSocket extension with PyCript

Demo Code

Screenshots

PyCript

PyCript

PyCript