modx modPBKDF2 hashes
#1
Need help about modPBKDF2 hashes brute.

Got some hashes from modx database.
Columns look like:
password is '+7WYTHGVutZhmE9KYjb93Rvtd/XIy0aM+I8t42EyVDc='
salt is 'a9a3cd2a52f4ead8bff477941ceb62f5'
Clear password is 123123.

Algo is presented here https://fossies.org/dox/modx-2.4.3-pl/mo...ource.html
Looks like it`s pbkdf2_sha256 (module Django (PBDKF2-SHA256) for oclHashcat?), but I cannot brute it with this module.
Hash input set as pbkdf2_sha256$1000$a9a3cd2a52f4ead8bff477941ceb62f5$+7WYTHGVutZhmE9KYjb93Rvtd/XIy0aM+I8t42EyVDc=. just as I use it with HashManager.
Mistake in oclHashcat is "Line-length exception". I think, I need to use another input format for hash, am I right?


Messages In This Thread
modx modPBKDF2 hashes - by stan_q - 02-26-2016, 11:24 AM
RE: modx modPBKDF2 hashes - by epixoip - 02-26-2016, 09:48 PM
RE: modx modPBKDF2 hashes - by philsmd - 02-26-2016, 11:03 PM
RE: modx modPBKDF2 hashes - by epixoip - 02-26-2016, 11:07 PM
RE: modx modPBKDF2 hashes - by stan_q - 02-27-2016, 07:33 AM