![]() |
help need on hashcat cpu sha1 and sha256 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: help need on hashcat cpu sha1 and sha256 (/thread-1885.html) |
help need on hashcat cpu sha1 and sha256 - stanner_austin - 01-01-2013 Hello want to understand cpu version how salt handling done. i have search before and found exactly same thing is posted. http://hashcat.net/forum/thread-856.html as i think now --hex-salt is possible in cpu version but i can't make it working. try1 Quote:hashcat-cli32 ef63bf26e2382917d96850ccf9632458ee6e6c77:0000000000000000 --hex-salt -m 110 --stdout -a 3 --pw-min=8 --pw-max=8 -1 ?d?d?d?d?d?d?d?douput Quote:ef63bf26 try2 Quote:hashcat-cli32 -1 ef63bf26e2382917d96850ccf9632458ee6e6c77:0000000000000000 --hex-salt -m 110 --stdout -a 3 --pw-min=8 --pw-max=8 ?d?d?d?d?d?d?d?dprocess work but no password found. as i know password already i try to this way too. try3 Quote:hashcat-cli32 -1 ef63bf26e2382917d96850ccf9632458ee6e6c77:0000000000000000 --hex-salt -m 110 --stdout -a 3 --pw-min=8 --pw-max=8 ?d?d?d?d1318d output it try to bf password but found nothing. some last digits 39991318 49991318 59991318 69991318 79991318 89991318 99991318 i don't understand where is problem. Regards, Chevli RE: help need on hashcat cpu sha1 and sha256 - radix - 01-02-2013 There is a bug with -a 3 and --hex-salt. It's being worked on already. RE: help need on hashcat cpu sha1 and sha256 - stanner_austin - 01-02-2013 hope that fixed soon. can you recheck sha256 may have same bug? Regards, Chevli |