Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am having problem in upgrading hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux.
Can someone help me
Easy, don't waste your time. Jus download is from the page

https://hashcat.net/files/hashcat-0.46.7z

then in the terminal write "7z x hashcat-0.46.7z"

done
(12-02-2013, 10:31 AM)eljolot Wrote: [ -> ]Easy, don't waste your time. Jus download is from the page

https://hashcat.net/files/hashcat-0.46.7z

then in the terminal write "7z x hashcat-0.46.7z"

done

But where should i copy the folder and how to install i
Extract with 7z x hashcat-0.46.7z
then "cd hashcat-0.46"
Want to use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) without linux basics ?..
as this package can be found in repository, and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux team pay attention from time to time on that that software provided from repo is up to date.

so simple command, that i used in this situation is:

apt-get install --reinstall hashcat

dont forget to update before, also can be used:

aptitude reinstall hashcat

Hope this helps someone.
(01-05-2014, 06:00 AM)blackhatcat Wrote: [ -> ]as this package can be found in repository, and The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux team pay attention from time to time on that that software provided from repo is up to date.

so simple command, that i used in this situation is:

apt-get install --reinstall hashcat

dont forget to update before, also can be used:

aptitude reinstall hashcat

Hope this helps someone.

It work for me Big Grin thank you so much