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

Error: open ca.der: permission denied #35

Open
NotoriousRebel opened this issue Oct 13, 2023 · 1 comment
Open

Error: open ca.der: permission denied #35

NotoriousRebel opened this issue Oct 13, 2023 · 1 comment

Comments

@NotoriousRebel
Copy link

Using Burp Suite Pro v2023.10.1.2 on an ubuntu 22 VM, when attempting to load the extention I get the following error:

image

What directory are these files created in? I looked in certificate.go but couldn't find it. If I know the target directory I can just chown it and that should fix this issue.

@sleeyax
Copy link
Owner

sleeyax commented Oct 13, 2023

It's stored in the current working directory of burp. On my system this translates to the home directory (~) and thus the path of the file is ~/caKey.der.

We should probably improve this though and write to a more sensible location like ~/.config on Linux. Fortunately, go has a cross-platform function to determine the ideal config files directory: os.UserConfigDir(). Feel free to create a PR for this improvement!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants