GTX 1060 3Gb
#1
Good day everyone, I hope everything goes well, I have a laptop with an Intel Core i7, and a GTX 1060 3Gb video card, and when I try to run hascat it throws the following:

************************************************** ******************
Cracking performance lower than expected?

* Update your OpenCL runtime / driver the right way:
https://hashcat.net/faq/wrongdriver

* Create more work items to make use of your parallelization power:
https://hashcat.net/faq/morework

[s] tatus [p] ause [b] ypass [c] heckpoint [q] uit => q
************************************************** ******************

I appreciate if you can please help me, thanks for your time.
Reply
#2
Please post the command line and the whole output.

Also, you might be interested in https://hashcat.net/forum/archive/index....-7695.html
Reply
#3
Please be more specific about what you need help with.
Reply
#4
Thanks for taking the time to respond, K4li Linux is installed on a solid state disk, when configuring the video card it recognizes absolutely everything, but I wanted to test it to see how much time it takes to decipher a password LUKS, when I execute the command:
1. dd if = file1.img of = file-luks bs = 512 count = 4097
2. hashcat -m 14600 file-luks /opt/wordlist/rockyou.txt

and a few seconds later it appears:

Cracking performance lower than expected?

* Update your OpenCL runtime / driver the right way:
https://hashcat.net/faq/wrongdriver

* Create more work items to make use of your parallelization power:
https://hashcat.net/faq/morework

[s] tatus [p] ause [b] ypass [c] heckpoint [q] uit => q


... that stolen the exit, and excuse me if I am wrong, but does nothing else, or I do not know if it is running, I just know that there is left, and I give any of the options "[s] tatus [p] ause [ b] ypass [c] heckpoint [q] uit => q "... it just stops, so I don't know what to do or as I mentioned I don't know if it's running, Thanks again.
Reply
#5
press s to see the progress of the job
Reply
#6
I thank you, I actually press 'S' but the same thing still happens:

Is that normal? Should I keep waiting?
........
* Create more work items to make use of your parallelization power:
https://hashcat.net/faq/morework

[s] tatus [p] ause [b] ypass [c] heckpoint [q] uit => q
Reply
#7
(09-20-2019, 08:52 PM)scartosx Wrote: hashcat -m 14600 file-luks /opt/wordlist/rockyou.txt

You can try to feed hashcat more information, such as attack mode, workload, or just check if hashcat even see's your devices properly with -I or -b 14600

I would just add  -a 0 -w 3 to your command and see if it changes.
Reply
#8
what happens if you try this:
Code:
[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => s

can you show the output of hitting your s key on the keyboard
Reply
#9
Thanks to "Philsmd, Slyexe, Amdeusace, Undeath, Kryczek" to everyone, for their response and their time, the mistake was mine, my ignorance about the operation prevented me from seeing that the answer was in my nose, indeed, pressing "S" shows the state, the progress and that effectively Hashcat is running, thanks again for your help, that allowed me to silence things. Regards.
Reply