You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The Following issue occurs when we try to add the Inclusion and Exclusion rules of Parameters for all the encryption. After changing the rule from None to the Inclusion or Exclusion Parameter, we cannot revert back to None as in the UI, the Option gets selected, but the rule followed is the prior one that was set.
Currently, the following issue can be overcome by reinstalling the PyCript for the time being until the next update is released.
To Reproduce
Steps to reproduce the behavior:
Go to PyCript and set the request type as Parameter Value or Parameter Key And Value.
Send any request and check as all the parameter values are getting encrypted because the Request parameter to Include or Exclude is Set as None.
Now go to PyCript and set the Request Parameter to Include or Exclude and provide any valid parameter name from the request.
Now again send the request and check as the mentioned parameter will be Encrypted or Excluded from the Encryption depending upon the option selected in step 3.
Now again go to PyCript and set the Request Parameter to Include or Exclude to None.
Now send the request again and as can be seen in the screenshot below the encryption rule used in step 3 is being used again instead of the step 5 rule.
Expected behavior
Basically after setting the Parameter value for inclusion and exclusion and changing it back to None all the values should be encrypted in the request.
Screenshots
Desktop:
OS: Windows
BurpSuite Version: Latest
PyCript Version: Latest
Additional context
Need to check why the value is not getting changed to None or if the issue can be in self.requestparamlistener.
Parimal-shaw
changed the title
Unable Revert Back to "None" in Inclusion and Exclusion for Request and Response
Unable to Revert Back to "None" in Inclusion and Exclusion for Request and Response
Dec 13, 2024
Have you gone through the Documentation or Video Tutorial
Description
The Following issue occurs when we try to add the Inclusion and Exclusion rules of Parameters for all the encryption. After changing the rule from None to the Inclusion or Exclusion Parameter, we cannot revert back to None as in the UI, the Option gets selected, but the rule followed is the prior one that was set.
Currently, the following issue can be overcome by reinstalling the PyCript for the time being until the next update is released.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Basically after setting the Parameter value for inclusion and exclusion and changing it back to None all the values should be encrypted in the request.
Screenshots
Desktop:
Additional context
Need to check why the value is not getting changed to None or if the issue can be in self.requestparamlistener.
Scripts
Any Script Templet can be used from https://github.com/Anof-cyber/PyCript-Template/tree/main/AES.
Appreciation
Thanks @Anof-cyber for creating such a great tool.
The text was updated successfully, but these errors were encountered: