Difference between revisions of "Linux Hashcat"
Jump to navigation
Jump to search
(Created page with "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 #...") |
(No difference)
|
Revision as of 19:40, 31 March 2018
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