wordpress hash
#1
I want to crack a wordpress hash $P$Bxxxxxxxxyyyyyyyyyyyyyyy.yyyyyy with oclHashcat-plus:

Code:
oclHashcat-plus64.exe -m 400 -a 3 -o output.txt hash.txt ?l?l?l?l?l?l

but I get this error:
WARNING: Hash 'hash.txt': Line-length exception
ERROR: No hashes loaded

What am I doing wrong? The hash is 34 characters long, so it must be correct. Is the wordpress hash type wrong?
#2
Replace "hash.txt" with the full path to the file. E.g.: "D:\mygayasianporno\hash.txt"
#3
thanks, its working. Is it normal that it's so slow?
Speed........: 181.1k c/s Real, 182.8k c/s GPU
In comparison to mybb hashes md5(md5(salt)+md5(pass)) it's much slower.
#4
Yes, these hashes are normally slow.