hashcat Forum
Examples of cracking Wordpress hashes? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Examples of cracking Wordpress hashes? (/thread-4124.html)



Examples of cracking Wordpress hashes? - turiyag - 02-25-2015

I'm new to oclHashcat, and I've run around the Wiki and the Forums for a bit now, trying to figure out how to actually run oclHashcat on my local Wordpress install.

I can get the hashes easy enough from Wordpress, but how do I begin cracking them?

Since I am running the install locally, I can create user accounts with known passwords, including really weak ones, to test the system and make sure I've figured it out, but I can't figure out how to actually get oclHashcat to crack them.

Are there examples of hashfiles, and the commands to process them? From the Wiki, I know I'll need to type something like:

oclHashcat.exe -a 400 myhashfile.txt

But I don't know how to format the txt or if this is even the right command.


RE: Examples of cracking Wordpress hashes? - zarabatana - 02-25-2015

Try
oclHashcat.exe -m 400 -a 0
-a: Attack mode
0 = Straight

-m: hash type
400 = 400 = phpass, MD5(Wordpress), MD5(phpBB3), MD5(Joomla)

I got all info from oclHashcat.exe --help and wiki.
"how to format the txt" => https://hashcat.net/wiki/doku.php?id=example_hashes

Good luck.


RE: Examples of cracking Wordpress hashes? - turiyag - 02-26-2015

I tried that already, it said:

ERROR: Shader Model 1.0 - 1.3 based GPU detected. Support for CUDA was dropped by NVidia.
Remove it from your system or use -d and select only supported cards.

EDIT: I have a GTX 460 and a GT 240 as my two graphics cards. Adding "-d 1" gives me a new error:

ERROR: cuModuleLoad() 209


RE: Examples of cracking Wordpress hashes? - undeath - 02-26-2015

NV users require ForceWare 346.x or later