I ran into a couple of tricky issues
#1
1.
The hash of the ZIP file I need to crack is too long.I had to turn it into a text file.But how do I get hashcat to read the hash values in the text file?
I don't know how to convert a text file to a readable hash file.

2.I use a third party platform to help me.This way I can use the text file directly, but have another problem:

When hashcat runs, it prompts me:

Counted lines in H:\hashcat-6.2.5\hashcat-6.2.5\hsh.txt
                                           
H:\hashcat-6.2.5\hashcat-6.2.5>pause


Then it will automatically exit.

This confuses me.


Here is the complete process:

H:\hashcat-6.2.5\hashcat-6.2.5>hashcat.exe -a 3 --session=2022-08-13 -m 17225 -w 3 --remove -p : --hwmon-disable --outfile-format=1,2 -i --increment-min=10 --increment-max=10 -1 QWERTYUIOPASDFGHJKLZXCVBNM0123456789 "H:\hashcat-6.2.5\hashcat-6.2.5\hsh.txt" ?1?1?1?1?1?1?1?1?1?1

hashcat (v6.2.5) starting



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



CUDA API (CUDA 11.7)

====================

* Device #1: NVIDIA GeForce RTX 3060 Laptop GPU, 5151/6143 MB, 30MCU



OpenCL API (OpenCL 3.0 CUDA 11.7.101) - Platform #1 [NVIDIA Corporation]

========================================================================

* Device #2: NVIDIA GeForce RTX 3060 Laptop GPU, skipped



Minimum password length supported by kernel: 0

Maximum password length supported by kernel: 256



Counted lines in H:\hashcat-6.2.5\hashcat-6.2.5\hsh.txt

H:\hashcat-6.2.5\hashcat-6.2.5>pause


Text document with oversized hash, 15MB, I can't upload.
Reply


Messages In This Thread
I ran into a couple of tricky issues - by Silent_ - 08-14-2022, 05:00 AM