Skip to content

RobbyV2/gitbrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CLI tool to brute force a git commit hash

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages