Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rainbow-table

Multi-treaded tool for cracking passwords by comparing a SHA-256 hash with plaintext passwords from wordlists.

For educational purposes only. I am in no way responsible for your actions.

How to compile

gcc rainbow.c -o rainbow -pthread -lcrypto

How to use

./rainbow <path to wordlis to use> <sha256 to compare> 

About

Cracking passwords by comparing a SHA-256 hash with plaintext passwords from wordlists. For educational purposes only. I am in no way responsible for your actions.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages