kgolawski
kgolawski
I have installed `nvidia-cuda-toolkit` and `nvidia-driver-460` ``` $ apt list --installed | grep -E 'nvidia|cuda' | grep -v 'automatic' WARNING: apt does not have a stable CLI interface. Use with...
Each version since v6.0.0 failed.
Removing `$HOME/.nv` and recompiling is not working. I tried to run those modes on NVIDIA Quadro P5000 but it seems to work okay. ``` hashcat (v6.2.1) starting in benchmark mode......
Result for `-d 3` and `-m 17225` you have in the issue description (the latest code block). Here you have `-d 3 -m 17220` ``` $ ./hashcat -b -d 3...
It looks like my quick fix solves this problem - https://github.com/hashcat/hashcat/issues/2853#issuecomment-1163085313. ``` $ ./hashcat --benchmark --benchmark-all --workload-profile 4 hashcat (v6.2.4) starting in benchmark mode CUDA API (CUDA 11.4) ==================== *...
Maybe brain cross-compilation is not necessary - here are the limits for free tier [Included storage and minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#included-storage-and-minutes). I am afraid that tons of concurrent jobs can quickly exhaust free...
I will split it up and take a closer look to `tools/package_bin.sh` script 👍
Tools installation in `install_docs` target was replaced by `install_tools` target. Motivation - it's easier to install all tools in `/usr/local/bin` or any other path that is in `$PATH` variable and...
Hey @jsteube I am not quite sure about putting `dos2unix` and `unix2dos` calls inside `Makefile` - in my opinion it needs temporary directory (like `~/xy/hashcat-6.2.5` from `tools/package_bin.sh`) to store whole...
First of all it's not RAR3-hp (12500 mode) - it's rather RAR3-p (Compressed) (23800 mode). Secondly you should remove `:1::` at the end of the hash (possibly `rar2john` is not...