OpenCart hashes
#1
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
#2
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.
#3
no, even with example hash it give's me an error, sorry for braking forum rules
#4
If you receive the same error with the example hash something is wrong with your command line. I suspect the --username switch.
#5
sir, can you give me correct example ?
#6
oh wait, i just removed it and it starts to work! thank you!