hashcat Forum
upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: General Help (https://hashcat.net/forum/forum-8.html)
+--- Thread: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux (/thread-2885.html)



upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - Nitin - 12-02-2013

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


RE: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - eljolot - 12-02-2013

Easy, don't waste your time. Jus download is from the page

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

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

done


RE: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - Nitin - 12-04-2013

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

http://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


RE: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - Mem5 - 12-04-2013

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 ?..


RE: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - blackhatcat - 01-05-2014

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.


RE: upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux - heidayu - 01-12-2014

(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