Linux Hashcat

From Ever changing code
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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