gitbrute

Crates.iogitbrute
lib.rsgitbrute
version0.1.0
created_at2025-11-23 05:01:56.8427+00
updated_at2025-11-23 05:01:56.8427+00
descriptionCLI tool to brute force a git commit hash
homepage
repositoryhttps://github.com/RobbyV2/gitbrute
max_upload_size
id1946119
size27,899
Hitu (RobbyV2)

documentation

README

gitbrute

A high-performance Rust tool to brute-force git commit hashes to match a specific prefix or regex pattern by manipulating timestamps.

Usage

# Match a specific prefix
gitbrute --prefix 12345

# Match a regex pattern
gitbrute --pattern "^00+7"

# Use specific number of threads (default: all CPUs)
gitbrute --prefix abc --cpus 4
Commit count: 0

cargo fmt