(05-02-2023, 05:28 PM)BlueCalex Wrote: I did this and am still getting errors. Is there now a new method / updated container people use for vast?
(02-24-2023, 10:25 AM)marc1n Wrote: Everything is working now!
Use this image https://hub.docker.com/r/bnzm5270/hashcat/
Then command apt update && apt upgrade -y && aptĀ dist-upgrade -y && apt autoremove -y && apt autoclean -y
next rm -r hashcat
next git clone https://github.com/hashcat/hashcat.git
cd hashcat
make install
Done!
I often use it and have no errors.
https://hub.docker.com/r/leho72/hashtopo...-vast-new/
apt update && apt upgrade -y && apt dist-upgrade -y && apt autoremove -y && apt autoclean -y
apt install git -y
git clone https://github.com/hashcat/hashcat.git
cd hashcat
make install
DONE!