Excel Protected Workbook Known PW Length
#10
(03-20-2022, 02:17 AM)slyexe Wrote: geezus man, you're pretty impatient.
😂 Guilty as charged, although I'm also tenacious + curious and I have a habit of using threads I've started to keep track of my progress.

(03-20-2022, 02:17 AM)slyexe Wrote: Your first attempt at cracking your password would have been fine if you didn't keep installing drivers on top of drivers. Just use the damn OpenCL driver that would have worked at square one.

Whoops.
In my defense, despite my best efforts I still lack perfect information in every knowledge domain so I may occasionally not realize there is an OpenCL driver.

(03-20-2022, 02:17 AM)slyexe Wrote: Look at the Wiki for your hash.
https://hashcat.net/wiki/doku.php?id=example_hashes

Now look at how your attack will work.
https://hashcat.net/wiki/doku.php?id=mask_attack
Yup, I pored over those pagers for hours.
Like I said, I'm a little slow on the uptake.

(03-20-2022, 02:17 AM)slyexe Wrote: So you have your hashmode and your attack mode so now you just need to put it all together.

hashcat.exe -d 2 -m xxxxx -a 3 -1 ?l?u hash.txt ?1?1?1?1

Aha. Now I understand the syntax a little better.

Anyway, that gets me down to one error code instead of three:
Code:
PS D:\desktop\hashcat-6.2.5> ./hashcat.exe -d 2 -m9600 -a 3 -1 ?l?u hash.txt ?1?1?1?1
hashcat (v6.2.5) starting

nvmlDeviceGetFanSpeed(): Not Supported

nvmlDeviceGetTemperatureThreshold(): Not Supported

CUDA API (CUDA 11.4)
====================
* Device #1: Quadro M1000M, skipped

OpenCL API (OpenCL 3.0 CUDA 11.4.156) - Platform #1 [NVIDIA Corporation]
========================================================================
* Device #2: Quadro M1000M, 1728/2048 MB (512 MB allocatable), 4MCU

OpenCL API (OpenCL 3.0 ) - Platform #2 [Intel(R) Corporation]
=============================================================
* Device #3: Intel(R) HD Graphics 530, skipped

Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256

Hashfile 'hash.txt' on line 1 (Networ...29650db9647151a349923ea29f76d274): Signature unmatched
No hashes loaded.

Started: Sat Mar 19 20:52:43 2022
Stopped: Sat Mar 19 20:52:45 2022
PS D:\desktop\hashcat-6.2.5>
Any ideas?
Reply


Messages In This Thread
RE: Excel Protected Workbook Known PW Length - by HelmanFrow - 03-20-2022, 03:15 AM