10-01-2012, 08:05 PM
(This post was last modified: 10-01-2012, 08:06 PM by mastercracker.)
(10-01-2012, 07:39 PM)khoros Wrote:Looks like your slash gets chopped off. Either put this in a hash file and change your command line accordingly:(10-01-2012, 06:19 PM)Mem5 Wrote:(10-01-2012, 05:06 PM)khoros Wrote: i also tried to cut up the hash and use onlyYou did not give the beginning $6$..."
"$6$aWykABtG$ddQNVYpo0jGGwqhUKIhjyK/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif"
WARNING: Hash '/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif/': Line-length exception
here is the full command line i use and still happening the same error ---
/cudaHashcat-plus64.bin -m 1800 $6$aWykABtG$ddQNVYpo0jGGwqhUKIhjyK/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif -a 3 ?l?l?l?l
WARNING: Hash '/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif': Line-length exception
ERROR: No hashes loaded
either using the full hash or get that hash in a file
Code:
$6$aWykABtG$ddQNVYpo0jGGwqhUKIhjyK/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif/
Or enclose your hash in double-quotes like this: "$6$aWykABtG$ddQNVYpo0jGGwqhUKIhjyK/YjSMQPrv1JxGd5h2TGGsovy9pjZhStOI17W8ceXRNpm1CmJYpbMQr2G8SP6Vif/"
Edit: The last slash is part of the hash. It was not there in your last posted command line.