Hashcat just stops without any message
#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


Messages In This Thread
RE: Hashcat just stops without any message - by edmund - 03-25-2022, 01:10 PM