Linux Hashcat

From Ever changing code
Revision as of 19:46, 31 March 2018 by Pio2pio (talk | contribs) (→‎References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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