hashcat Forum
OpenCart hashes - 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: OpenCart hashes (/thread-7670.html)



OpenCart hashes - cuda - 07-17-2018

Hi there folks, long time no see!
I've got in trouble, trying to restore passwords from open cart

with following command but still getting this error

Quote:hashcat (v4.1.0) starting...

OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: GeForce GTX 1080 Ti, 2816/11264 MB allocatable, 28MCU

Hashfile 'C:\Users\Administrator\AppData\Local\Temp\tmpDFC6.tmp' on line 1 (492477...): Line-length exception
Hashfile 'C:\Users\Administrator\AppData\Local\Temp\tmpDFC6.tmp' on line 2 (b9f233...): Line-length exception
Hashfile 'C:\Users\Administrator\AppData\Local\Temp\tmpDFC6.tmp' on line 3 (5da1f5...Smile: Line-length exception
Hashfile 'C:\Users\Administrator\AppData\Local\Temp\tmpDFC6.tmp' on line 4 (a8f081...): Line-length exception
No hashes loaded.

Started: Tue Jul 17 23:06:24 2018
Stopped: Tue Jul 17 23:06:24 2018

C:\HashcatGUI_1.00r3\hashcat-4.1.0>

hashcat64.exe -a 0 --session=2018-07-17 -m 13900 -w 3 --username --remove -p : --gpu-temp-abort=90 -o "C:\HashcatGUI_1.00r3\out.txt" --outfile-format=1 -r "C:\HashcatGUI_1.00r3\rules\oscommerce.rule" "C:\Users\Administrator\AppData\Local\Temp\tmpDFC6.tmp"





http://prntscr.com/k7o063


RE: OpenCart hashes - undeath - 07-17-2018

make sure your hashes have the same format and length as the example hash on https://hashcat.net/wiki/doku.php?id=example_hashes

verify you can crack the example hash.


RE: OpenCart hashes - cuda - 07-17-2018

no, even with example hash it give's me an error, sorry for braking forum rules


RE: OpenCart hashes - undeath - 07-17-2018

If you receive the same error with the example hash something is wrong with your command line. I suspect the --username switch.


RE: OpenCart hashes - cuda - 07-17-2018

sir, can you give me correct example ?


RE: OpenCart hashes - cuda - 07-17-2018

oh wait, i just removed it and it starts to work! thank you!