-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add Bitbucket enumeration support #37
Comments
Hello again @Coruscant11 :) Yes, having support for enumerating repositories from Bitbucket would be welcome. I'm not all that familiar with Bitbucket. It looks like they have a cloud-hosted offering as well as self-hosted options. Which type of deployment is most relevant to you? I would start with getting that working. I took a quick look at things, and have some high-level notes and pointers for you:
|
Again, I'm happy to answer any questions you may have about this! |
Great answer as always! Yes, the main goal would be to allow people to also scan their private Bitbucket server. Like in my case for my company. Normally, the cloud and the self-hosted has the same API scheme, so just giving the Bitbucket URL to Nosey Parker should be enough. We can generate authentication token with Bitbucket, and I think that it should be the way to use authentication on tools like scanners. Users should use read-only tokens for this kind of stuff and that is why I think that only supporting bearer token-based authentication is a good thing. I will try to work on it and keep you updated if I need something! |
Hello, sorry I was quite busy the past months. I will work on this issue very soon 😄 |
No problem at all :) |
I am also curious about the progress of that feature. Is there any news? |
Hello @amuessig, I didn't work on it unfortunately.. I could in fact maybe try to look at it again, just that finally, I didn't need it anymore at my company. If someone want to take this issue, feel free to! Otherwise, I will give an update this week end. In fact I want to do some Rust these days so this would be a good opportunity 😋 |
Hello,
Since my company is actually working with Bitbucket, I would be glad to work in order to add the same features for Github to Bitbucket. For example listing Bitbucket project repositories, listing user repositories, and ensure that each feature of noseyparker is working on it.
I could take inspiration from the existing code for Github and make a Bitbucket version.
Why not GitLab too in the future?
😄
The text was updated successfully, but these errors were encountered: