That's an example of using this tech for good.
GitLeaks – Search engine for exposed secrets on GitHub
41–50 of 63 posts
Re: GitLeaks – Search engine for exposed secrets on GitHub
#42Re: GitLeaks – Search engine for exposed secrets on GitHub
#43Re: GitLeaks – Search engine for exposed secrets on GitHub
#44Woah, too many negative comments here. We wanted to model it like Shodan where we would provide a searchable interface for secrets on the web, starting with GitHub. We are removing the search functionality and account upgrades right now until we can come up with a better solution to inform people about secret leaks. For now, you can simply use the existing Check my GitHub button to scan your public repos.
The data is public, there is absolutely nothing wrong with this and you should put it back online.
It would be more helpful though if such a search engine could auto create an issue on github when exposed secrets come up in a search result.
Re: GitLeaks – Search engine for exposed secrets on GitHub
#45Re: GitLeaks – Search engine for exposed secrets on GitHub
#46Are there any legal ramifications for operating something like this? I know it's publicly available info but since the original creator of the information didn't directly give it to you, do you still have the usual immunity given to service providers? Also, just because something is on $PUBLIC_URL doesn't mean the copyright would allow you redistribute it. I'm sure a lot of these projects have either a private licens…
Is this different from any other search engine? They just index web pages and let users search the data?
Re: GitLeaks – Search engine for exposed secrets on GitHub
#47Open source alternatives for Git repos (ideally run in the pipeline): https://github.com/dxa4481/truffleHog - "Searches through git repositories for high entropy strings, digging deep into commit history" https://github.com/ezekg/git-hound - "Hound is a Git plugin that helps prevent sensitive data from being committed into a repository by sniffing potential commits against PCRE regular expressions" https://github.com…
Re: GitLeaks – Search engine for exposed secrets on GitHub
#48Re: GitLeaks – Search engine for exposed secrets on GitHub
#49I think a more ethical way to go forward with this would be the haveibeenpwned way, where you can search your email and see where your stuff has been leaked instead of a searchable index of leaks.
Re: GitLeaks – Search engine for exposed secrets on GitHub
#50Earlier quoted context omitted.
There are non-abusive uses of this kind of data, e.g. security researchers, or IT departments outsourcing credential leak scanning, etc.. Also, notifying via a GitHub issue is, in my opinion, a terrible idea. GitHub has no concept of a security issue viewable only to the repo maintainers, so filing a public issue might make things worse (by calling public attention to it). A paid search engine without any notificatio…
If posting individual issues in each project, likely to be seen first by contributors is a bad idea, how is creating a paid search engine likely to be used by people who specifically want to find secrets and not likely to be used/seen by contributors a good thing?