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

fatal 'bind: persmission denied' error when an invalid listener port has been set #80

Open
pangzi499 opened this issue Oct 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@pangzi499
Copy link

Expected Behavior

Load successful.

Actual Behavior

After reinstalling several times, it still cannot be loaded

Err message

listen, err: listen tcp 127.0.0.1:8: bind: permission denied

Screenshot

unnamed

Specifications

  • Version: 1.2.2
  • Platform: MacOS
  • Subsystem: Arm
@sleeyax
Copy link
Owner

sleeyax commented Oct 24, 2024

Why is it trying to listen on port 8? Can you configure the extension and set the port back to 8888 (the default) for example? Don't forget to press save.

@pangzi499
Copy link
Author

Unfortunately, I cannot load the plugin, so I cannot modify the configuration either. Or you can tell me where to find the relevant configuration file.

@sleeyax
Copy link
Owner

sleeyax commented Oct 25, 2024

Burp stores the settings for you, but I don't know where exactly tbh. The extension doesn't come with its own separate configuration file.

I can reproduce your issue by manually switching the port to 8 and then reloading the extension. This is probably a bug because the error should be handled more gracefully so you can still edit the settings afterwards instead of crashing completely.

@sleeyax sleeyax added the bug Something isn't working label Oct 25, 2024
@sleeyax sleeyax changed the title listen err fatal 'bind: persmission denied' error when an invalid listener port has been set Oct 25, 2024
@sleeyax
Copy link
Owner

sleeyax commented Oct 26, 2024

FYI I'm currently prioritizing other projects so not sure when I can work on this. Feel free to have a look and create a PR, the Java error handling should be adjusted somewhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants