Cracking DES With HashCat - 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: Cracking DES With HashCat (/thread-945.html) Pages:
1
2
|
Cracking DES With HashCat - ice2001 - 02-22-2012 is this possible to cracking descrypte hashes with HashCat ? i want to do it ... Thanks RE: Cracking DES With HashCat - atom - 02-22-2012 descrypt - yes des - no RE: Cracking DES With HashCat - Kakoose - 03-18-2012 Hi atom, may I know if it would be possible to add DES(Unix) hash type support to Hashcat CPU in the near future? RE: Cracking DES With HashCat - atom - 03-18-2012 I am not planning it. Try JtR. Its the king of DES @ CPU. Any reason why you want it in hashcat? RE: Cracking DES With HashCat - Kakoose - 03-19-2012 Yeah, I use JTR for all my des(unix) hashes but nearly all hash types I've tried with hashcat are [much] faster than most other programs, I thought it would be great if hashcat could add it, ergo cracking des faster. p.s. little off-topic, since i'm not really one with the patches or technical files related to jtr, would you mind telling me which community patch would be best/fastest for cracking des unix hashes using JTR (there are patches e.g. jumbo-5, omp-des-4, omp-des-7 or even jumbo-2-omp-des-4-mscash2)? if you know, could you point out which would be the most suitable? thanks! RE: Cracking DES With HashCat - atom - 03-19-2012 I dont know, sry. You may ask the john-users mailing list. RE: Cracking DES With HashCat - perlish - 05-15-2012 (03-18-2012, 07:23 PM)atom Wrote: I am not planning it. Try JtR. Its the king of DES @ CPU. Any reason why you want it in hashcat? JTR can only run in one CPU core,but hashcat can run in all CPU core.If in a 16 CPU cores system,hashcat will be 16 times faster than JTR. RE: Cracking DES With HashCat - halfie - 05-15-2012 (05-15-2012, 04:04 AM)perlish Wrote:(03-18-2012, 07:23 PM)atom Wrote: I am not planning it. Try JtR. Its the king of DES @ CPU. Any reason why you want it in hashcat? Not true. You can compile JtR with OpenMP to enable usage of all cores. Edit src/Makefile to do this. (03-19-2012, 08:02 AM)Kakoose Wrote: Yeah, I use JTR for all my des(unix) hashes but nearly all hash types I've tried with hashcat are [much] faster than most other programs, I thought it would be great if hashcat could add it, ergo cracking des faster. Try jumbo-5 patch and enable OpenMP / MPI in Makefile. Latest code is at https://github.com/magnumripper/magnum-jumbo RE: Cracking DES With HashCat - perlish - 05-15-2012 (05-15-2012, 07:16 AM)halfie Wrote:(05-15-2012, 04:04 AM)perlish Wrote:(03-18-2012, 07:23 PM)atom Wrote: I am not planning it. Try JtR. Its the king of DES @ CPU. Any reason why you want it in hashcat? I've tried jumbo5-JTR with MPI,but it make me sad,it's not REALLY MPI,it only run server process to do the same thing. you can do a test for it. 1.add a user test123 with password test123(or sth others in the dictionary) in a linux. 2.use JTR with MPI to crack the shadow file. mpirun -n 8 ./john /etc/shadow . 3.you will see the john will crack the password "test123" for 8 times. so I thought JTR+MPI did not speed up the crack. RE: Cracking DES With HashCat - abaco - 05-16-2012 wordlists and mpi wont work, need -i |