Hash Cracking
Last updated
Some tools to generate wordlists which can be used with hydra, john, etc
It is a table of hashes which is encoded by a particular algorithm e.g base64.
Hash table are a hash of each word stored in a table
Used for offline attacks only
Used to generate rainbow tables. It has syntax
rtgen hash_algorithm charset plaintext_len_min plaintext_len_max table_index chain_len chain_num part_indexCharset is character possibilities
Table index is used to select reduction function
Used to store large rainbow tables into smaller chunks
Used to sort the rainbow table
Used to crack the hash using rainbow table
Last updated