Support Install hashcat 6.2.3
#5
Please comment the entire hashcat message after running:
$ hashcat -m 22000 xxxxx_xxxxxxxxxx.hc22000 cracked.txt.gz

Take also a look at your first comment and hashcat messages:
Code:
No hashes loaded.
That means there is no hash file hashcat can work on! This is the major issue.
Make sure you have a valid hash file for the chosen hash mode and a valid wordlist inside your working directory.
Or if you run mode -a 3, make sure you add a valid mask to your command line (e.g.: -a 3 ?d?d?d?d?d?d?d?d).
That is not the case in your command line!

Code:
CUDA API (CUDA 11.4)
====================
* Device #1: NVIDIA GeForce RTX 2070 Super, 7153/8192 MB, 40MCU
That means that hashcat will use your GPU running the CUDA API.

Code:
OpenCL API (OpenCL 3.0 CUDA 11.4.94) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA GeForce RTX 2070 Super, skipped

OpenCL API (OpenCL 3.0 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #3: Intel(R) UHD Graphics 630, skipped
That means hashcat doesn't use the OpenCL runtime on your GPU and doesn't use
the instable Intel Runtime on the embedded Intel CPU/GPU.

Also I recommend to read the wiki to get some basic knowledge:
https://hashcat.net/wiki/doku.php?id=fre..._knowledge
Reply


Messages In This Thread
Support Install hashcat 6.2.3 - by John1980 - 07-26-2021, 05:29 AM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 09:26 AM
RE: Support Install hashcat 6.2.3 - by John1980 - 07-26-2021, 12:28 PM
RE: Support Install hashcat 6.2.3 - by Snoopy - 07-26-2021, 12:36 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 01:30 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 02:24 PM
RE: Support Install hashcat 6.2.3 - by Jacek - 08-25-2021, 08:09 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 08-25-2021, 09:59 PM