How To Update Hashcat On The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)?
#1
Whenever I type "hashcat" in the terminal, it always says you're using an outdated version, how to update it?
#2
run the following:
Code:
apt-get update

Also make sure to add the bleeding-edge repo.
#3
Just download it from the website..
#4
(03-25-2015, 11:36 PM)Mathew Wrote: run the following:
Code:
apt-get update

This command will not update your system. To update you also have to run "apt-get upgrade".