tillson / git-hound

Reconnaissance tool for GitHub code search. Scans for exposed API keys across all of GitHub, not just known repos and orgs.
MIT License
1.2k stars 187 forks source link

Support for new code search #53

Closed tillson closed 2 years ago

tillson commented 2 years ago

Adds support for GitHub's new, more powerful code searching. Since this isn't in GA yet, we still support the new code search UI and the old code search UI. With the new code search UI, we also support both the new code search engine and the legacy one (with --legacy).

The code is a mess right now but I'm going to leave it since once the new code search hits GA, the old UI will be gone which will reduce the code's complexity/branching.