upgrade hashcat 0.46 only in The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux
#1
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
#2
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
#3
(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
#4
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 ?..
#5
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.
#6
(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