Linux Hashcat

From Ever changing code
Jump to navigation Jump to search

Hashcat utility allows you to guess a hash type behind a blob.

Install

sudo apt update
sudo apt install cmake build-essential checkinstall
sudo apt remove hashcat    #optional
sudo apt build-dep hashcat #optional
git clone https://github.com/hashcat/hashcat.git
cd hashcat
git submodule update --init
sudo make
sudo make install
hashcat --version

References