Dhiru Kholia
2013-02-21 12:23:19 UTC
I have to crack password hashes from an Oracle application (APEX). The
version is APEX 4.0.
Do you know a tool or another way to retrieve clear passwords from hashes ?
Please bring this topic to "john-users" mailing list. JtR folks mightversion is APEX 4.0.
Do you know a tool or another way to retrieve clear passwords from hashes ?
be able to help you.
In short, stored hash = hashlib.md5(password + sgid + username).hexdigest()
I am posting a set of scripts to help in dumping APEX hashes from an
Oracle database and then subsequently cracking them using JtR-jumbo.
For step-by-step instructions, please see attached
README-apex-cracking.txt file.
â ../run/john -fo:dynamic_1 -t
Benchmarking: dynamic_1: md5($p.$s) (joomla) [128/128 SSE2 intrinsics
10x4x3]... DONE
Many salts: 14166K c/s real, 14166K c/s virtual
Only one salt: 10305K c/s real, 10305K c/s virtual
AFAIK commercial cracking tools (for APEX hashes) don't even come
close to JtR's speed ;)
--
Dhiru
Dhiru