Excel Protected Workbook Known PW Length - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Excel Protected Workbook Known PW Length (/thread-10671.html) |
RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 (03-20-2022, 02:16 AM)secpro Wrote:(03-20-2022, 01:50 AM)HelmanFrow Wrote: p.s. I accidentally cancelled the JtR session after a fruitless 16 hours and now I'm back at square 1. Ah, okay, thanks! I'll try the restore option and I'll keep an eye on the counter. RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 I tried this: Code: ./hashcat.exe -d 2 -m9600 -a 3 --username -1 ?l?u hash.txt ?1?1?1?1 Yeah, it's been 25 minutes. Let's call it hung. RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 (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 ontop of drivers. Just use the damn OpenCL driver that would have worked at square one. Should I uninstall the CUDA Toolkit? I mean, I'm not using it for anything else. RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 Oh, I forgot to mention that before I read slyexe's response I applied the Driver Timeout Patch and tried again: Code: PS D:\desktop\hashcat-6.2.5> ./hashcat.exe -m 9600 -a 3 ?l?l?l?l hash.txt RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 For shits and giggles I changed the device to -d 3 (Intel GPU) Code: hashcat.exe -d 3 -m9600 -a 3 --username -1 ?l?u hash.txt ?1?1?1?1 RE: Excel Protected Workbook Known PW Length - slyexe - 03-20-2022 (03-20-2022, 04:04 AM)HelmanFrow Wrote: For shits and giggles I changed the device to -d 3 (Intel GPU) You're not using your CPU, you're using the integrated graphics within your CPU. Install the appropriate drivers to use your CPU. Requirements are posted right on homepage. https://hashcat.net/hashcat/ RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 (03-20-2022, 05:22 PM)slyexe Wrote:Yes, I'm using the Integrated GPU, which is working at about 80 H/s.(03-20-2022, 04:04 AM)HelmanFrow Wrote: For shits and giggles I changed the device to -d 3 (Intel GPU) I'm comparing that to JtR, which defaults to running on the CPU and was doing about 290 per second. RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-20-2022 Either way, so far I've been unable to recruit the Quadro chip on my computer to run either JtR or HashCat. I could really use help figuring this out. P.S. I know this is the HashCat forum but I haven't found a similar community for JtR. If anyone knows a good JtR forum I'm all ears. RE: Excel Protected Workbook Known PW Length - slyexe - 03-21-2022 So far every hashcat summary you've shown has either been the wrong syntax; Code: Hash '?l?l?l?l': Separator unmatched Or has an issue loading the hash. Code: Hashfile 'hash.txt' on line 1 (Networ...29650db9647151a349923ea29f76d274): Signature unmatched So unless you've figured out the issue with the hash, your graphics card should be working just fine. Just to be sure you can apply a workload to it to not use the optimized kernels by using -w 3. Code: hashcat.exe -w 3 -d 2,3 -m 9600 -a 3 --username -1 ?l?u hash.txt ?1?1?1?1 RE: Excel Protected Workbook Known PW Length - HelmanFrow - 03-21-2022 Okay, remember how I reported that my last attack hung while initializing the GPU? That was over six hours ago. I actually never terminated that attempt; I minimized the PowerShell window and switched to another desktop to finish some other work. I also uninstalled the CUDA Toolkit at some point during that time. I just switched back to that desktop to find that the attack has been RUNNING for 33 minutes. I kid you not: Code: PS D:\desktop\hashcat-6.2.5> ./hashcat.exe -d 2 -m9600 -a 3 --username -1 ?l?u hash.txt ?1?1?1?1 I had to do a double-take but there it is! Did it actually take five-and-a-half hours to initialize the runtime or did something kick in when I uninstalled the CUDA Toolkit? The funny thing is that I was just about to install a previous version of CUDA Toolkit which includes PTX 7.4 because the current version (which includes PTX 7.6) doesn't seem to be supported by HashCat in its current release. |