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.
gcc rainbow.c -o rainbow -pthread -lcrypto./rainbow <path to wordlis to use> <sha256 to compare>