Skip to content

Releases: tillson/git-hound

v1.2

06 May 18:40
Compare
Choose a tag to compare

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.

v1.1

07 Apr 00:08
61bb87f
Compare
Choose a tag to compare

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

v1.0 - Initial Go release

27 Jul 22:13
Compare
Choose a tag to compare

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.