Oracle 11g Format
#5
the following commands work with plus:

Code:
./oclHashcat-plus64.bin -m 112 B283DCCE5DC81D2023E3304C8818646CFF434C9C:2FCDD505130ED13524B4 -a 3 ?l?l?l

./oclHashcat-plus64.bin -m 110 --hex-salt B283DCCE5DC81D2023E3304C8818646CFF434C9C:2FCDD505130ED13524B4 -a 3 ?l?l?l


and this command works with hashcat (no support for mode 112):

Code:
echo B283DCCE5DC81D2023E3304C8818646CFF434C9C:2FCDD505130ED13524B4 >test

./hashcat-cli64.bin -m 110 --hex-salt test -a 3 ?l?l?l

hope that helps.


Messages In This Thread
Oracle 11g Format - by MundeX - 03-20-2013, 02:47 PM
RE: Oracle 11g Format - by epixoip - 03-20-2013, 02:56 PM
RE: Oracle 11g Format - by MundeX - 03-21-2013, 04:18 PM
RE: Oracle 11g Format - by atom - 03-21-2013, 04:45 PM
RE: Oracle 11g Format - by epixoip - 03-21-2013, 04:53 PM
RE: Oracle 11g Format - by MundeX - 03-21-2013, 06:07 PM