formats

Crack WordPress Password Hashes with hashcat How-To

Published on April 23, 2013, by + in linux.

Crack Wordpress Password Hashes with hashcat How-To | By default, WordPress password hashes are simply salted MD5 hashes. This is a piece of cake to crack by today’s security standards. hashcat is a great multi-threaded password hash cracker which can eat these hashes for dinner. I’ll show you how to crack WordPress password hashes!

formats

John the Ripper Multithreaded Multicore How-To | Linux

Published on January 29, 2013, by + in linux.

John the Ripper Multithreaded Multicore How-To | Linux | John the Ripper must be compiled from source to enable multithreaded support as well to gain the added features of the jumbo patch. It’s not that hard and I’ll show you how! 1. Grab latest patched jumbo version that includes lots of goodies: $ wget http://openwall.com/john/g/john-1.7.9-jumbo-7.tar.bz2 2. Extract $ tar xvf john-1.7.9-jumbo-7.tar.bz2 3. Change to

Home Posts tagged "crack MD5"