https://github.com/anof-cyber/pycript-java
https://github.com/anof-cyber/pycript-java
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anof-cyber/pycript-java
- Owner: Anof-cyber
- Created: 2024-12-22T09:33:34.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-22T16:44:23.000Z (4 months ago)
- Last Synced: 2025-03-09T23:12:59.355Z (about 2 months ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PyCript
![]()
Pycript is a Burp Suite extension that enables users to encrypt and decrypt requests and responses for manual and automated application penetration testing. It also allows users to create custom encryption and decryption logic using any language like Python, Go, Nodeja, C, Bash etc allowing for a tailored encryption/decryption process for specific needs.
> [!WARNING]
> This is Java version of the Original Python PyCript Extension. Java Version is under development.[](https://github.com/Anof-cyber/PyCript-Docs/actions/workflows/static.yml)


[](https://github.com/sponsors/Anof-cyber)



[](https://twitter.com/ano_f_)[](https://www.linkedin.com/in/sourav-kalal/)## Support
## Documentation
## Reference
- [Youtube - PyCript Demo](https://www.youtube.com/watch?v=J8KE5VR8yDk)
- [Bypassing Asymmetric Client Side Encryption Without Private Key](https://infosecwriteups.com/bypassing-asymmetric-client-side-encryption-without-private-key-822ed0d8aeb6)
- [Manipulating Encrypted Traffic using PyCript](https://infosecwriteups.com/manipulating-encrypted-traffic-using-pycript-b637612528bb)## Requirements
- Burp Suite with Jython
## Features- [X] Encrypt & Decrypt the Selected Strings from Request Response
- [X] View and Modify the encrypted request in plain text
- [X] Decrypt Multiple Requests
- [X] Perform Burp Scanner, SQL Map, Intruder Bruteforce or any Automation in Plain Text
- [X] Auto Encrpyt the request on the fly
- [X] Complete freedom for encryption and decryption logic
- [X] Ability to handle encryption and decryption even with Key and IV in Request Header or Body## Roadmap
- [X] Response Encryption & Decryption
- [X] Support for GET Paramters
- [X] Allowing Edit Headers for Request Type ```Custom Request```
- [X] Supporting multiple languages for encryption and decryption## Demo Code
- Repository for Encryption Decryption PyCript Template [Code Repository ](https://github.com/Anof-cyber/PyCript-Template)
## Screenshots


