This project aims to be faster at deploying hashcat on Google Colab
by directly downloading the compiled binaries
NOTE: If this is your first time running the script, run the first code cell
or create the folders colabhash
, colabhash/hashes/
and colabhash/wordlists/
manually in the root of your Google Drive
Remember to change:
mode
to the mode of your hash
(see https://hashcat.net/wiki/doku.php?id=example_hashes for more details)
hash
to your hash or create a file in your colabhash/hashes/
folder with your hashes and change hash
to your_hash_file.txt
wordlist
to your wordlist in colabhash/wordlists/
(only use the file name, not the path)
Change the variable hashcat_version
to the version of hashcat you wish to use
(see https://github.com/hashcat/hashcat/releases for available versions)
And happy cracking!