CTF Knowledge Base

Download as .zip Download as .tar.gz View on GitHub

Password attacks

Command Description
hashcat --force <password_wordlist> -r <rule_list> --stdout | sort -u > <filename> Creates a mutalated wordlist.
hashcat -m <hash_type> <hashes_file> <wordlist> Cracks hashes using the wordlist

hashcat_wiki for selecting hash type.