Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lidor-navara/gitbrute

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbrute
========
Find git commits with a chosen SHA-1 prefix by bruteforcing author/committer timestamps.

Prerequisites: Docker or Go, and a git repository with at least one commit.

# Quick examples

# 1) Docker (recommended)
# create a test commit first:
# git init && git -c user.name=test -c [email protected] commit --allow-empty -m test
docker run --rm -it -u "$(id -u):$(id -g)" -v "$(pwd)":/workdir -w /workdir ghcr.io/lidor-navara/gitbrute:latest --prefix 00

# 2) Local (built) runner
./run.sh -- -prefix 0000

Build: ./build.sh

About

brute-force a git commit hash

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Go 67.1%
  • Shell 26.8%
  • Dockerfile 6.1%