Skip to content

TheYkk/db-generate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate leaked passwords db

Source of passwords

wget https://downloads.pwnedpasswords.com/passwords/pwned-passwords-sha1-ordered-by-count-v7.7z

After download zip we need to extract it

7z x pwned-passwords-sha1-ordered-by-count-v7.7z

This operation will generate pwned-passwords-sha1-ordered-by-count-v7.txt

Take First 1 Million passwords

head -n 1000000 pwned-passwords-sha1-ordered-by-count-v7.txt > pass.txt

Generate db

go run . pass.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages