08-18-2018, 02:47 PM
All... I am the first to admit when there has been operator error on my part. That being said, I have solved my issue after taking a break (which is highly recommended).
solution to one of the issues:
hashcat -m9600 '<obfuscated hash>' <hash list like RockYou> -o test05 --force
I missed linking to the hash list. Once I re-ran it, it was cracked in about 23 seconds in the VM using the --force
Session..........: hashcat
Status...........: Cracked
Hash.Type........: MS Office 2013
Hash.Target......: <obfuscated hash>
Time.Started.....: Sat Aug 18 06:25:55 2018 (23 secs)
Time.Estimated...: Sat Aug 18 06:26:18 2018 (0 secs)
Guess.Base.......: File (hash_list)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#1.....: 61 H/s (10.50ms)
Recovered........: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.........: 1408/14343342 (0.01%)
Rejected.........: 0/1408 (0.00%)
Restore.Point....: 704/14343342 (0.00%)
Candidates.#1....: bambam -> tagged
HWMon.Dev.#1.....: N/A
so far, so good...
The residual question is what file can I edit to change these configs so I don't have to use the --force option:
OpenCL Platform #1: The pocl project
====================================
* Device #1: pthread-Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 1478/1478 MB allocatable, 4MCU
* 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'
Specifically, change the DEVICE_TYPE=2 to equal 1 for CPU. I'd rather not add the -D every time I run a hash (and it doesn't seem to change anyway when I use it).
Thanks!!
solution to one of the issues:
hashcat -m9600 '<obfuscated hash>' <hash list like RockYou> -o test05 --force
I missed linking to the hash list. Once I re-ran it, it was cracked in about 23 seconds in the VM using the --force
Session..........: hashcat
Status...........: Cracked
Hash.Type........: MS Office 2013
Hash.Target......: <obfuscated hash>
Time.Started.....: Sat Aug 18 06:25:55 2018 (23 secs)
Time.Estimated...: Sat Aug 18 06:26:18 2018 (0 secs)
Guess.Base.......: File (hash_list)
Guess.Queue......: 1/1 (100.00%)
Speed.Dev.#1.....: 61 H/s (10.50ms)
Recovered........: 1/1 (100.00%) Digests, 1/1 (100.00%) Salts
Progress.........: 1408/14343342 (0.01%)
Rejected.........: 0/1408 (0.00%)
Restore.Point....: 704/14343342 (0.00%)
Candidates.#1....: bambam -> tagged
HWMon.Dev.#1.....: N/A
so far, so good...
The residual question is what file can I edit to change these configs so I don't have to use the --force option:
OpenCL Platform #1: The pocl project
====================================
* Device #1: pthread-Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz, 1478/1478 MB allocatable, 4MCU
* 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'
Specifically, change the DEVICE_TYPE=2 to equal 1 for CPU. I'd rather not add the -D every time I run a hash (and it doesn't seem to change anyway when I use it).
Thanks!!