Skip to content

Brute force bcrypt hashes based on your wordlist written in Go Language

Notifications You must be signed in to change notification settings

mrizkimaulidan/bcryptpwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcryptpwn

Brute force your bcrypt hashes based on your wordlist.

Clone :

$ git clone https://github.com/mrizkimaulidan/bcryptpwn.git

Download required dependencies:

$ go mod download

Build:

$ go build main.go

Help:

$ ./main -help
Usage of ./main:
  -hash string
        your bcrypt hashes
  -path string
        your wordlist path

Usage:

$ ./main bcrypt-hashes /path/to/wordlist.txt

Example :

$ ./main -hash='$2a$12$3Y3NvQQ7H57miY5LFidbmeHaGgIKVX1ZMiftRpm50Cfm9/0oyJCaq' -path=wordlist.txt

Do not forget to wrap hashes with single quote.

About

Brute force bcrypt hashes based on your wordlist written in Go Language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages