hashcat v0.41 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Announcements (https://hashcat.net/forum/forum-43.html) +--- Thread: hashcat v0.41 (/thread-1594.html) |
hashcat v0.41 - atom - 09-24-2012 * changes v0.40-> v0.41: First Hashcat release to support AVX and XOP! Download here: http://hashcat.net/hashcat/ Code: type: feature -- atom RE: hashcat v0.41 - M@LIK - 09-24-2012 Good job! Thanks! RE: hashcat v0.41 - abaco - 09-24-2012 very nice RE: hashcat v0.41 - Rolf - 09-24-2012 Bulldozer users, try this cat out, the speed on some algos(*cough* *cough* sha512) is jawdropping. RE: hashcat v0.41 - K9 - 09-24-2012 Quote:desc: change potfile format to hash:passwordThis point is a downgrade for me. It makes it impossible to use the pot file as dictionary. RE: hashcat v0.41 - Mem5 - 09-24-2012 use Code: cut -d: -f2-99 RE: hashcat v0.41 - tony - 09-24-2012 Thanks a lot for this update, appreciated :-) Beside, sorry to missunderstand the fact of K9 comments, can you please explain : In the -help of this version compared to the 4.0 version for me is the same : --output-format=NUM 0 = hash:pass so, what mean "hash:password" & "hash:pass" ? the same they are not ? *********** Concern, this part of this option, for me an + can be to have ( in addition with the hashe:pass format for sure) the output in "pass" only without hashes, even this one is allready present in the pot file &/or can be tweaked with the "Mem5" command on the output file. & for using the pot file as dictionnary, i haven't any prob to use it : i just type "hashcat.pot" as dic...Mhmmm maybe i miss something, or my English understanding default...! RE: hashcat v0.41 - K9 - 09-25-2012 Im using the potfile as wordlist. I know you can change the outfile but its a different file. Quote:cut -d: -f2-99It shouldn't be a problem to edit it. Its jsut another useless step which takes time and maybe kills some passwords. How about some command to keep the potfile in pass only. It would be easier and faster while cracking hashes for me. |