Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 369 Bytes

File metadata and controls

17 lines (11 loc) · 369 Bytes

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>