Shell Scripts for Miscellaneous Purposes
cat infile | ./Rainbow_MD5 > outfile
cat infile | ./Rainbow_SHA1(256,384,512) > outfile
Read a text file line-by-line and output the MD5 hash digest of each line (using pipe | ). The script can be use to calculate the MD5 precomputed hashlist of a wordlist.
Read a text file line-by-line and output the MD5 hash digest of each line (using pipe | ). The script can be use to calculate the SHA1 precomputed hashlist of a wordlist.
Read a text file line-by-line and output the MD5 hash digest of each line (using pipe | ). The script can be use to calculate the SHA256 precomputed hashlist of a wordlist.
Read a text file line-by-line and output the MD5 hash digest of each line (using pipe | ). The script can be use to calculate the SHA384 precomputed hashlist of a wordlist.
Read a text file line-by-line and output the MD5 hash digest of each line (using pipe | ). The script can be use to calculate the SHA512 precomputed hashlist of a wordlist.