Hash format question
#1
I extracted hash using JTR, the text file containing the hash contains the name of the files too and when i try to crack it using Hashcat, i get a message 

Microsoft Windows [Version 10.0.19045.2965]
(c) Microsoft Corporation. All rights reserved.

C:\Users\16477\Desktop\hashcat-6.2.6>hashcat.exe -m 12500 hash.txt
hashcat (v6.2.6) starting

Successfully initialized the NVIDIA main driver CUDA runtime library.

Failed to initialize NVIDIA RTC library.

* Device #1: CUDA SDK Toolkit not installed or incorrectly installed.
            CUDA SDK Toolkit required for proper device support and utilization.
            Falling back to OpenCL runtime.

OpenCL API (OpenCL 3.0 CUDA 12.1.112) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #1: NVIDIA GeForce GTX 1050, 1728/2047 MB (511 MB allocatable), 5MCU

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

Hashfile 'hash.txt' on line 1 (ali.ra...11-29\012.JPG All pics\2011-11-2): Signature unmatched
No hashes loaded.

Started: Wed May 31 22:48:19 2023
Stopped: Wed May 31 22:48:22 2023

signature unmached

How do i fix the issue?
Reply
#2
Add --username to command line or try example hash: (password:hashcat)

$RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317
Reply
#3
(06-01-2023, 07:39 AM)marc1n Wrote: Add --username to command line or try example hash: (password:hashcat)

$RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317

Thanks for replying, how do i add username to the command line? theres no username its just a password protected archive that i made in 2014 now i cant remember its password at all.
Its basically a split of 5 volumes for one folder. so i guess i can use any of those 5 rar3 files to carck password?
with your example hash, it seems to be working but not with my hash.
Reply
#4
(06-01-2023, 04:07 PM)alibaba40 Wrote:
(06-01-2023, 07:39 AM)marc1n Wrote: Add --username to command line or try example hash: (password:hashcat)

$RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317

Thanks for replying, how do i add username to the command line? theres no username its just a password protected archive that i made in 2014 now i cant remember its password at all.
Its basically a split of 5 volumes for one folder. so i guess i can use any of those 5 rar3 files to carck password?
with your example hash, it seems to be working but not with my hash.

Your hash may not be supported by hashcat in which case you must use john the ripper. I wrote you to add the command "--username" not username.
Reply
#5
(06-01-2023, 07:38 PM)marc1n Wrote:
(06-01-2023, 04:07 PM)alibaba40 Wrote:
(06-01-2023, 07:39 AM)marc1n Wrote: Add --username to command line or try example hash: (password:hashcat)

$RAR3$*0*45109af8ab5f297a*adbf6c5385d7a40373e8f77d7b89d317

Thanks for replying, how do i add username to the command line? theres no username its just a password protected archive that i made in 2014 now i cant remember its password at all.
Its basically a split of 5 volumes for one folder. so i guess i can use any of those 5 rar3 files to carck password?
with your example hash, it seems to be working but not with my hash.

Your hash may not be supported by hashcat in which case you must use john the ripper. I wrote you to add the command "--username" not username.

I used john the ripper, and you are right i was using the wrong -m for the hash type. Thank you so much again.
Reply