08-15-2018, 11:51 PM
Hey gang...
I am currently running a recent version of hashcat (hashcat -V pull/1273/head) on an Ubuntu 18 VM.
When running a crack against an MS Office doc, I have to use the --force option which produces this output:
hashcat -m9600 '<obfuscated hash>' -o test05 --force
Device #1: pthread-Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 1478/1478 MB allocatable, 4MCU
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
Watchdog: Temperature retain trigger disabled.
* Device #1: build_opts '-I /usr/share/hashcat/OpenCL -D VENDOR_ID=64 -D CUDA_ARCH=0 -D VECT_SIZE=4 -D DEVICE_TYPE=2 -D DGST_R0=0 -D DGST_R1=1 -D DGST_R2=2 -D DGST_R3=3 -D DGST_ELEM=4 -D KERN_TYPE=9600 -D _unroll -cl-std=CL1.2'
- Device #1: autotuned kernel-accel to 128
- Device #1: autotuned kernel-loops to 128
Starting attack in stdin mode...
Session..........: hashcat
Status...........: Running
Hash.Type........: MS Office 2013
Hash.Target......: <obfuscated hash>
Time.Started.....: Wed Aug 15 15:35:24 2018 (4 mins, 0 secs)
Time.Estimated...: Wed Aug 15 15:39:24 2018 (0 secs)
Guess.Base.......: Pipe
Speed.Dev.#1.....: 0 H/s (0.00ms)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0
Rejected.........: 0
Restore.Point....: 0
Candidates.#1....: [Copying]
HWMon.Dev.#1.....: N/A
The above keeps repeating itself and the Speed.Dev.#1 never increases. It works 'normally' on other hashes and I get 'normal' results.
Is there a file that I can edit to force the DEVICE_TYPE to 1 to force to CPU? I have to use --force to get hashcat to work at all in the current configuration.
Thanks in advance from the new guy! Let me know if there are any questions or clarifications...
I am currently running a recent version of hashcat (hashcat -V pull/1273/head) on an Ubuntu 18 VM.
When running a crack against an MS Office doc, I have to use the --force option which produces this output:
hashcat -m9600 '<obfuscated hash>' -o test05 --force
Device #1: pthread-Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 1478/1478 MB allocatable, 4MCU
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Applicable optimizers:
* Zero-Byte
* Single-Hash
* Single-Salt
Watchdog: Hardware monitoring interface not found on your system.
Watchdog: Temperature abort trigger disabled.
Watchdog: Temperature retain trigger disabled.
* Device #1: build_opts '-I /usr/share/hashcat/OpenCL -D VENDOR_ID=64 -D CUDA_ARCH=0 -D VECT_SIZE=4 -D DEVICE_TYPE=2 -D DGST_R0=0 -D DGST_R1=1 -D DGST_R2=2 -D DGST_R3=3 -D DGST_ELEM=4 -D KERN_TYPE=9600 -D _unroll -cl-std=CL1.2'
- Device #1: autotuned kernel-accel to 128
- Device #1: autotuned kernel-loops to 128
Starting attack in stdin mode...
Session..........: hashcat
Status...........: Running
Hash.Type........: MS Office 2013
Hash.Target......: <obfuscated hash>
Time.Started.....: Wed Aug 15 15:35:24 2018 (4 mins, 0 secs)
Time.Estimated...: Wed Aug 15 15:39:24 2018 (0 secs)
Guess.Base.......: Pipe
Speed.Dev.#1.....: 0 H/s (0.00ms)
Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts
Progress.........: 0
Rejected.........: 0
Restore.Point....: 0
Candidates.#1....: [Copying]
HWMon.Dev.#1.....: N/A
The above keeps repeating itself and the Speed.Dev.#1 never increases. It works 'normally' on other hashes and I get 'normal' results.
Is there a file that I can edit to force the DEVICE_TYPE to 1 to force to CPU? I have to use --force to get hashcat to work at all in the current configuration.
Thanks in advance from the new guy! Let me know if there are any questions or clarifications...