hashcat verbose output to console
#1
Hi.

I'm a newbie here so sorry if this is asked and answered.

I ran: 
hashcat -m 22000 <filename>.hc22000 /usr/share/dict/wordlist-probable.txt

and got verbose output:

hashcat (v6.2.5) starting

* Device #1: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
* Device #2: WARNING! Kernel exec timeout is not disabled.
            This may cause "CL_OUT_OF_RESOURCES" or related errors.
            To disable the timeout, see: https://hashcat.net/q/timeoutpatch
nvmlDeviceGetFanSpeed(): Not Supported

CUDA API (CUDA 11.4)
====================
* Device #1: NVIDIA GeForce RTX 3050 Ti Laptop GPU, 3825/3910 MB, 20MCU

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

OpenCL API (OpenCL 2.0 pocl 1.8  Linux, None+Asserts, RELOC, LLVM 11.1.0, SLEEF, DISTRO, POCL_DEBUG) - Platform #2 [The pocl project]
=====================================================================================================================================
* Device #3: pthread-11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz, skipped

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

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

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

Watchdog: Temperature abort trigger set to 90c

Host memory required for this attack: 1075 MB

Dictionary cache built:
* Filename..: /usr/share/dict/wordlist-probable.txt
* Passwords.: 203810
* Bytes.....: 2121797
* Keyspace..: 203810
* Runtime...: 0 secs

Approaching final keyspace - workload adjusted.         

778948a2d9b81deee5deb95bc5a313bc:ce600e1651c4:38f9d3c4b4cb: <the password was displayed here> 
                                                         
Session..........: hashcat
Status...........: Cracked
Hash.Mode........: 22000 (WPA-PBKDF2-PMKID+EAPOL)
Hash.Target......: <filename>.hc22000
Time.Started.....: Wed Apr 13 20:16:48 2022 (2 secs)
Time.Estimated...: Wed Apr 13 20:16:50 2022 (0 secs)
Kernel.Feature...: Pure Kernel
Guess.Base.......: File (/usr/share/dict/wordlist-probable.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  146.7 kH/s (0.29ms) @ Accel:64 Loops:128 Thr:64 Vec:1
Recovered........: 1/1 (100.00%) Digests
Progress.........: 203810/203810 (100.00%)
Rejected.........: 0/203810 (0.00%)
Restore.Point....: 201325/203810 (98.78%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: anticlactic -> hgtzapn643995
Hardware.Mon.#1..: Temp: 50c Util: 24% Core:1972MHz Mem:6000MHz Bus:8

Started: Wed Apr 13 20:16:31 2022
Stopped: Wed Apr 13 20:16:51 2022


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

Then I never was able to get this verbose output again, I now only get:

" INFO: All hashes found in potfile! Use --show to display them."

How do I get the verbose output to the screen again?

Thanks.
Reply
#2
I found my answer, if I clear our the potfile I get the detail again.
Reply