Program halts @ Counted lines in ~
#1
Hello everyone,
I'm using the beta version of Hashcat (6.2.6+813) and I am experiencing an issue where the program stops after counting the lines in the input file. Below are the details:
----------------------------------------------------------------------------------------------------------------------------------------------
$ ./hashcat.exe -a 3 -w 4 -m 17200 21lm_123.txt ?1?1?1?1?1?1 -1=[0-9a-z]
hashcat (v6.2.6-813-g686bc227c) starting

nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 12.5)
====================
* Device #1: NVIDIA RTX A2000 Laptop GPU, 3289/4095 MB, 20MCU

OpenCL API (OpenCL 3.0 CUDA 12.5.78) - Platform #1 [NVIDIA Corporation]
=======================================================================
* Device #2: NVIDIA RTX A2000 Laptop GPU, skipped

OpenCL API (OpenCL 3.0 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #3: Intel(R) UHD Graphics, 16256/32633 MB (2047 MB allocatable), 32MCU

OpenCL API (OpenCL 3.0 WINDOWS) - Platform #3 [Intel(R) Corporation]
====================================================================
* Device #4: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Counted lines in 21lm_123.txt
----------------------------------------------------------------------------------------------------------------------------------------------
The program seems to halt at the "Counted lines in 21lm_123.txt" step. Could anyone provide insights or solutions for this issue?

And I also attach cuda information.
----------------------------------------------------------------------------------------------------------------------------------------------
$ ./hashcat.exe -I
hashcat (v6.2.6-813-g686bc227c) starting in backend information mode

CUDA Info:
==========

CUDA.Version.: 12.5

Backend Device ID #1 (Alias: #2)
  Name...........: NVIDIA RTX A2000 Laptop GPU
  Processor(s)...: 20
  Clock..........: 1357
  Memory.Total...: 4095 MB
  Memory.Free....: 3289 MB
  Local.Memory...: 99 KB
  PCI.Addr.BDFe..: 0000:01:00.0
----------------------------------------------------------------------------------------------------------------------------------------------
Reply
#2
Firstly, regex isn't supported in custom charset declarations so it'd have to be "-1 ?l?d" instead of "-1=[0-9a-z]"
Secondly, try putting "-d 1" in your command and see if that helps at all. It may just be that your integrated graphics is being a bit unstable.
Thirdly, if number 2 doesn't work, it may just be best to go back to release Hashcat in case there is some kind of bug with the beta that's accidentally being picked up.

Out of interest, how many lines is your "21lm_123.txt" file?
Reply
#3
Thank you for your prompt reply.

I created a test zip file with a light password and tried hashcat, and it worked fine.

I also found that the custom charset and the -d 1 option you advised to me worked as well!, switching CUDA and OpenCL.

The 21lm_123.txt file has 14M rows and is 14MB in size.
Maybe the file is too large.
Reply
#4
Beta sometimes fails to read wordlist. 14MB ain't much.
Reply
#5
The results of the execution on Windows10 (cygwin terminal) are as follows;

---Beta binaries Version---
Counted lines in 21lm_123.txt

---6.2.6 binaries version---
Counted lines in 21lm_123.txt

---6.2.6 sources&build version---
Counted lines in 21lm_123.txtSegmentation fault

---6.2.5 binaries version---
Counted lines in 21lm_123.txt

---6.2.5 sources&build version---
Counted lines in 21lm_123.txtSegmentation fault

---the beginning of the hash file---
$pkzip$1*1*2*0*664673*6817ec*f3a10c3*3c98*2a*8*664673*aead*712bb0e92c6cba56d6520cece045835a7748610007fcd86608...

Is sharing or sending files allowed in this forum?
I can share them as they are game files I used to play.
Reply