what am i doing wrong? - 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: what am i doing wrong? (/thread-5143.html) |
what am i doing wrong? - lovofsun - 02-03-2016 Im trying to get the out put of the cracked hashes like this: U: P U: P U: P But there coming out likeĀ U: PU: PU: PU: PU: P its doing my nut in lol RE: what am i doing wrong? - forumhero - 02-03-2016 try a different file editor to view the output file, like notepad++ RE: what am i doing wrong? - lovofsun - 02-03-2016 right done that... notepad++ works in putting them in to a list but how do i save them to that format? everytime i try it reverts back to the old way RE: what am i doing wrong? - undeath - 02-03-2016 simple answer, don't use notepad.exe RE: what am i doing wrong? - lovofsun - 02-05-2016 fair enough... last question.... Why am i only cracking 1007 out of a 20,000 long list? Am i typing in something wrong hashcat.exe -m 0 -a -1 --username --show -r combinator.rule -o cracked.txt --outfile-format 2 hashed.txt |