Anof-cyber / PyCript

Burp Suite extension for bypassing client-side encryption for pentesting and bug bounty
https://pycript.souravkalal.tech/
MIT License
186 stars 24 forks source link

Fixed an error that the command line was too long on windows platform… #6

Closed RainbowXie closed 10 months ago

RainbowXie commented 10 months ago

… due to the path length limit.

Anof-cyber commented 10 months ago

Hi @RainbowXie Thanks for the fix, There are several issues with the update.

  1. PyCript use PyCript-Template and template syntax cannot be changed.
  2. Data has to be passed as direct command instead of stdin.write else it will cause error in different OS and also break the template syntax.
  3. Data is already passed in Base64 to execute_command function.
  4. Java version look at specific arg position.