hashcat Forum

Full Version: How To Update Hashcat On The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I type "hashcat" in the terminal, it always says you're using an outdated version, how to update it?
run the following:
Code:
apt-get update

Also make sure to add the bleeding-edge repo.
Just download it from the website..
(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".