A quick bash script to build and install the latest dev version of hashcat on Debian based distros and optionally download a collection of hashcat rules and wordlists, hosted as a GitHub Page for easy access. Made for myself to use on EC2 boxes and to learn some bash.
apt
bash
sudo
-
Read the script (index.html).
Don't pipe stuff to bash without reading it first! -
curl https://n0kovo.github.io/installhashcat/ | sudo bash
-
Profit
- Installs
git
if not already installed - Installs
build-essential
if not already installed - Clones the hashcat repo to
./installhashcat/
- Runs
make
andmake install
- If chosen when prompted:
- Clones hashcat-rules-collection
- Checks hashmob.net API for list of latest wordlists
- Asks user to select max 5 wordlists
- Installs
aria2
if not already installed - Installs
p7zip-full
if not already installed - Installs
jq
if not already installed - Downloads wordlists using
aria2c
- Extracts wordlist archives using
7z
- Deletes wordlist archives