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

Stars
1.2K
Committers
6

Bot releases are visible (Hide)

git-hound - v1.7.2 Latest Release

Published by tillson over 1 year ago

Changelog

  • 96bf51e Update README.md
  • f849abe Update README.md
git-hound - v1.7

Published by tillson over 1 year ago

Changelog

  • 5ba4e37 Merge branch 'main' into all_results
  • 9b47f3f More fixes to new code search
  • 42403ad Fix issue with new code search
  • 468b77b fix defer
  • 15dc091 update go modules to patch security vulnerabilities
  • da2a3bc options to scan all results
  • fe1986a Update OTP check
git-hound - v1.6.3

Published by tillson over 1 year ago

Changelog

  • 15dc091 update go modules to patch security vulnerabilities
  • fe1986a Update OTP check
git-hound - v1.6.2

Published by tillson almost 2 years ago

Changelog

  • c8daed6 Add check to avoid some crashing
  • 83697b3 update config
  • 360a1f4 Update code search beta to work again
git-hound - v1.6.1

Published by tillson almost 2 years ago

Changelog

  • f1b640c fix crash when 0 results returned
git-hound - v1.6

Published by tillson almost 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).

git-hound - v1.5

Published by tillson almost 2 years ago

Changelog

  • TLDR: Added JSON output mode (--json) and a bunch of new API key regexes maintained by the Gitleaks authors.

The commits:

  • 0c0ce9d Add JSON output mode
  • 98d0e7a Add JSON output to readme
  • f1f0124 Add a few words to dict
  • 9831737 Add default path for rules
  • 1a54448 Don't print startup messages in json mode
  • 5ec7e9f Rewrite regex engine
  • f51567f remove goreleaser
  • f28dbf2 update gitignore
  • 32eef68 update readme
git-hound - v1.4

Published by tillson over 2 years ago

Changelog

8f125c2 Added the feature to lookup secrets in a given github repository
d774a51 Change text
8cc4beb Fixed the indexing issue of "args"
11e9955 Merge branch 'master' of https://github.com/0xCC00FFEE/git-hound
f1528c0 Merge pull request #37 from rescana-com/get-pattern
0932bbe Merge pull request #41 from 0xCC00FFEE/master
43f5fc9 Print regex and KeywordType
f5e340c Sending flags on VSCode
518e7e5 Update config.example.yml
3e8282f Update root.go
c9b91ba get the keyword from args
41500b1 update CSRF token regex
eebdc60 update readme

git-hound - v1.3

Published by tillson over 4 years ago

Changelog

9bd525f Adding support for otp codes automatically
1ccfbee Create FUNDING.yml
6d5dfd2 Fix commit-history index of out bounds error (#25)
66924e3 Fixing gist URLs
10dec6e Merge branch 'master' of github.com:tillson/git-hound
d106301 Merge pull request #22 from seanmarpo/smarpo--fix-gist-url
1d492bc Merge pull request #24 from seanmarpo/smarpo--add-totp-support
fffcd36 Provide direct link to obtain TOTP seed value
fda04b7 Update github.go
1763f91 Update programmingwords.go
16cc48d Update root.go

git-hound - v1.2.1

Published by tillson over 4 years ago

Changelog

4e58a93 Don't print the URL either
b3d27a8 Don't return early
59a6153 Fix verified device OTP

git-hound - v1.2

Published by tillson over 4 years ago

Changelog

  • Added GitHub 2FA support
  • Added more heuristics for filtering out non-API keys
  • Better file extension detection, particularly when using the --dig-files flag.
git-hound - v1.1

Published by tillson over 4 years ago

Changelog

9f5ee73 Add timeout to digger
b2a8f73 Fix a network bug, add base64 decoding, and a few more regexes
769651d Fix link
17ef636 Fix regex crash
4939017 Fix user agent
f1011a4 Make the digger dig better
417b389 README update
8bbba92 README update
fe787e1 README update
006a51a Update readme
de395cc make the digger less wrong
32be3f5 play with score cutoffs
99f6c78 remove debug line
b1687a9 v1.1

git-hound - v1.0 - Initial Go release

Published by tillson about 5 years ago

This release is a full rewrite of GitHound in Go. It also adds new features:

  • --dig clones repos with <6 stars and searches their commit history for interesting patterns, API tokens, files. Analyzed repos are automatically deleted, and --threads [int] limits CPU usage.
  • Rework many CLI flags
  • Scoring improvements.