How to install hashcat on Ubuntu 20.04 (Focal Fossa)?
In this article we are going to learn the commands and steps to install hashcat package on Ubuntu 20.04 (Focal Fossa).
Quick installation of hashcat Architecture: amd64 Version: 5.1.0+ds1-2:
Step 1: Update system:
sudo apt-get update
Step 2: Install: hashcat Architecture: amd64 Version: 5.1.0+ds1-2
Ater updaing the OS run following command to install the packae:
sudo apt-get install hashcat Architecture: amd64 Version: 5.1.0+ds1-2
Package Details | |
Package: | hashcat Architecture: amd64 Version: 5.1.0+ds1-2 |
Version: | 5.1.0+ds1-2 |
Maintainer: | Ubuntu Developers |
Home page: | https://hashcat.net/hashcat/ |
Description: | World's fastest and most advanced password recovery utility Hashcat supports five unique modes of attack for over 200 highly-optimized hashing algorithms. hashcat currently supports CPUs, GPUs, and other hardware accelerators on Linux, and has facilities to help enable distributed password cracking. . Examples of hashcat supported hashing algorithms are: MD5, HMAC-MD5, SHA1, HMAC-SHA1, MySQL323, MySQL4.1/MySQL5, phpass, MD5(Wordpress), MD5(phpBB3), MD5(Joomla), md5crypt, MD5(Unix), FreeBSD MD5, Cisco-IOS, MD4, NTLM, Domain Cached Credentials (DCC), MS Cache, SHA256, HMAC-SHA256, md5apr1, MD5(APR), Apache MD5, SHA512, HMAC-SHA512, Cisco-PIX, Cisco-ASA, WPA/WPA2, Double MD5, bcrypt, Blowfish(OpenBSD), MD5(Sun), Double SHA1, SHA-3(Keccak),Half MD5, Password Safe SHA-256, IKE-PSK MD5, IKE-PSK SHA1, NetNTLMv1-VANILLA/NetNTLMv1-ESS, NetNTLMv2, Cisco-IOS SHA256, Android PIN, AIX {smd5}, AIX {ssha256}, AIX {ssha512}, AIX {ssha1}, GOST, GOST R 34, Fortigate (FortiOS), OS X v10.8+, GRUB 2, IPMI2, RAKP, HMAC-SHA1, sha256crypt, SHA256(Unix), Drupal7, WBB3, scrypt, Cisco $8$, Cisco $9$, Radmin2, Django (PBKDF2-SHA256), Cram MD5, SAP, iSSHA-1, PrestaShop, PostgreSQL, Challenge-Response Authentication (MD5), MySQL Challenge-Response, Authentication (SHA1), SIP digest authentication (MD5), Plaintext, Joomla < 2.5.18, PostgreSQL, osCommerce, xt:Commerce, Skype, nsldap, Netscape, LDAP, nsldaps, SSHA-1(Base64), Oracle S: Type (Oracle 11+), SMF > v1.1, OS X v10.4, v10.5, v10.6, EPi, Django (SHA-1), MSSQL(2000), MSSQL(2005), PeopleSoft, EPiServer 6.x < v4, hMailServer, SSHA-512(Base64), LDAP {SSHA512}, OS X v10.7, MSSQL(2012 & 2014), vBulletin < v3.8.5, PHPS, vBulletin > v3.8.5, IPB2+, MyBB1.2+, Mediawiki B type, WebEdition CMS, Redmine. . Hashcat offers multiple attack modes for obtaining effective and complex coverage over a hash's keyspace. These modes are: . * Brute-Force attack * Combinator attack * Dictionary attack * Fingerprint attack * Hybrid attack * Mask attack * Permutation attack * Rule-based attack * Table-Lookup attack * Toggle-Case attack * PRINCE attack |
Distro: | Ubuntu 20.04 LTS |
Release: | |
Repo/Section: | universe/net |
How to install hashcat Architecture: amd64 Version: 5.1.0+ds1-2 on Ubuntu 20.04 LTS?
First of all update your system with the command:
sudo apt-get update
Above command will download the package lists for Ubuntu 20.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If hashcat Architecture: amd64 Version: 5.1.0+ds1-2 is not installed on your compter then the command 'dpkg -L hashcat Architecture: amd64 Version: 5.1.0+ds1-2' will give followin error.
deepak@deepak-VirtualBox:~$ dpkg -L hashcat [1mdpkg-query:[0m package 'hashcat' is not installed Use dpkg --contents (= dpkg-deb --contents) to list archive files contents. deepak@deepak-VirtualBox:~$
Installing hashcat Architecture: amd64 Version: 5.1.0+ds1-2:
After system update use the following command to install hashcat Architecture: amd64 Version: 5.1.0+ds1-2:
sudo apt-get install hashcat Architecture: amd64 Version: 5.1.0+ds1-2
Above command will confirm before installing the package on your Ubuntu 20.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
How to uninstall/remove hashcat Architecture: amd64 Version: 5.1.0+ds1-2 from Ubuntu 20.04 LTS?
Now we will see the commands for uninstalling the hashcat Architecture: amd64 Version: 5.1.0+ds1-2 from Ubuntu 20.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the hashcat Architecture: amd64 Version: 5.1.0+ds1-2 following command is used:
sudo apt-get remove hashcat Architecture: amd64 Version: 5.1.0+ds1-2
Following command is used to remove the hashcat Architecture: amd64 Version: 5.1.0+ds1-2 package along with its dependencies:
sudo apt-get remove --auto-remove hashcat Architecture: amd64 Version: 5.1.0+ds1-2
This will remove hashcat Architecture: amd64 Version: 5.1.0+ds1-2 and all its dependent packages which is no longer needed in the system.
Completely removing hashcat Architecture: amd64 Version: 5.1.0+ds1-2 with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge hashcat Architecture: amd64 Version: 5.1.0+ds1-2
or you can use following command also:
sudo apt-get purge --auto-remove hashcat Architecture: amd64 Version: 5.1.0+ds1-2
Above command will remove all the configuration files and data associated with hashcat Architecture: amd64 Version: 5.1.0+ds1-2 package. You can can't recover the delete data, so, use this command with care.