Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some settings don't persist across Burp restarts #12

Closed
YSaxon opened this issue Jul 17, 2024 · 2 comments
Closed

Some settings don't persist across Burp restarts #12

YSaxon opened this issue Jul 17, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@YSaxon
Copy link

YSaxon commented Jul 17, 2024

Presently, some PyCript settings persist through restarting Burp, such as "Request/Response Encryption Decryption Files", but others don't such as the "Request/Response Type" radio buttons, and need to be set again every time. Could you please add the calls to saveExtensionSetting

self.callbacks.saveExtensionSetting("requestencryptionfilesave", self.encryptionfilepath)
and loadExtensionSetting
self.reqencpath = callbacks.loadExtensionSetting('requestencryptionfilesave')
to those settings that don't have it?

@YSaxon YSaxon added the bug Something isn't working label Jul 17, 2024
@YSaxon
Copy link
Author

YSaxon commented Jul 17, 2024

Let me know if you'd like me to make a pull request

@Anof-cyber
Copy link
Owner

Sure, I don't think its a big change we can add this as well. If you have added this ,you can create a pull

@Anof-cyber Anof-cyber added enhancement New feature or request and removed bug Something isn't working labels Jul 19, 2024
Anof-cyber added a commit that referenced this issue Dec 17, 2024
…r language binary path, request response type #12
Anof-cyber added a commit that referenced this issue Jan 20, 2025
…r language binary path, request response type #12
Anof-cyber added a commit that referenced this issue Jan 20, 2025
…r language binary path, request response type #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants