Hashcat just stops without any message
#1
Hi Guys I am totally new to this stuff and so far I managed to capture my network but failed to crack it.
I ran this command :
hashcat -m 22000 hash.hc22000 -1 ?u?d -a 3 ?1?1?1?1?1?1?1?1?1?1?1?1

On my laptop this is going to take more then 10 years.
Now I tried this on a specially installed windows 10 on a desktop because my GPU (R9-280X) is not longer supported by Linux.
Under windows with the latest AMD driver the hashcat just stops without any message.
Searching the Internet resulted in finding similar problems but no solutions.

Starting hashcat correctly shows my GPU.
What can I do?
Reply
#2
please post output of

Code:
hashcat -I
Reply
#3
I'm guessing hashcat is either ending its session and you are running it within a script (.bat file, gui, or some other form) and you are not including a pause to prevent the window from closing.

Create a txt document within the hashcat folder, copy your command into the text file, and hit enter and add pause like so:

Code:
hashcat.exe -m 22000 -w 3 -a 3 hashcat.22000 ?d?d?d?d?d?d?d?d
pause

Now rename the txt file to .bat and double click to see what is going on.
Reply
#4
(03-24-2022, 07:40 PM)Snoopy Wrote: please post output of

Code:
hashcat -I

>hashcat -I
hashcat (v6.2.4) starting in backend information mode

Unsupported AMD HIP runtime version '0.0.3240' detected! Falling back to OpenCL...

OpenCL Info:
============

OpenCL Platform ID #1
  Vendor..: Advanced Micro Devices, Inc.
  Name....: AMD Accelerated Parallel Processing
  Version.: OpenCL 2.1 AMD-APP (3240.6)

  Backend Device ID #1
    Type...........: GPU
    Vendor.ID......: 1
    Vendor.........: Advanced Micro Devices, Inc.
    Name...........: AMD Radeon R9 200 Series
    Version........: OpenCL 1.2 AMD-APP (3240.6)
    Processor(s)...: 28
    Clock..........: 933
    Memory.Total...: 3072 MB (limited to 2393 MB allocatable in one block)
    Memory.Free....: 2944 MB
    OpenCL.Version.: OpenCL C 1.2
    Driver.Version.: 3240.6
    PCI.Addr.BDF...: 01:00.0
Reply
#5
(03-25-2022, 03:01 AM)slyexe Wrote: I'm guessing hashcat is either ending its session and you are running it within a script (.bat file, gui, or some other form) and you are not including a pause to prevent the window from closing.

Create a txt document within the hashcat folder, copy your command into the text file, and hit enter and add pause like so:

Code:
hashcat.exe -m 22000 -w 3 -a 3 hashcat.22000 ?d?d?d?d?d?d?d?d
pause

Now rename the txt file to .bat and double click to see what is going on.

\hashcat-6.2.4>hashcat -m 22000 hash.hc22000 -1 ?u?d -a 3 ?1?1?1?1?1?1?1?1?1?1?1?1
hashcat (v6.2.4) starting

Unsupported AMD HIP runtime version '0.0.3240' detected! Falling back to OpenCL...

OpenCL API (OpenCL 2.1 AMD-APP (3240.6)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #1: AMD Radeon R9 200 Series, 2944/3072 MB (2393 MB allocatable), 28MCU

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates

Optimizers applied:
* Zero-Byte
* Single-Hash
* Single-Salt
* Brute-Force
* Slow-Hash-SIMD-LOOP

Watchdog: Temperature abort trigger set to 90c

Initializing backend runtime for device #1. Please be patient...
C:\Users\ed\Downloads\1KALITEST\hashcat-6.2.4>pause
Press any key to continue . . .

-------------------------

When I hit a key it just stops.
I don't see any activity on my GPU either.
Reply
#6
edmund, I also have "AMD Radeon R9 200 Series". All my attempts to use hashcat 6.2.x were fail. I was forced to use older version 6.1.1.
Reply
#7
(03-25-2022, 02:49 PM)nick8606 Wrote: edmund, I also have "AMD Radeon R9 200 Series". All my attempts to use hashcat 6.2.x were fail. I was forced to use older version 6.1.1.

Hi Nick8606 I tried that one too but Windows is complaining about a virus or something, don't know if that is real.
Anyway I tried version 6.1.0 and that one is running now. Looking in windows task manager it shows not much GPU activity I go check it this is faster then my laptop without a decent GPU.
Do you know if newer hashcat versions suppose to be faster?
The AMD software does show GPU activity.

FYI, I tried older AMD drivers too and some seem to work with the latest hashcat although they complain things like  HIP whatever that may be . If I remember well ( not sure ) neither was significantly faster then my laptop.
Reply