Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Shell Scripts for Miscellaneous Purposes

License

NotificationsYou must be signed in to change notification settings

algo7/Shell-Script-Misc.

Repository files navigation

Shell Scripts for Miscellaneous Purposes

Usage:

cat infile | ./Rainbow_MD5 > outfile

cat infile | ./Rainbow_SHA1(256,384,512) > outfile

Scripts Explanation:

Rainbow_MD5.sh

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.

Rainbow_SHA1.sh

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.

Rainbow_SHA256.sh

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.

Rainbow_SHA384.sh

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.

Rainbow_SHA512.sh

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.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp