03-21-2013, 04:53 PM
the following commands work with plus:
and this command works with hashcat (no support for mode 112):
hope that helps.
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.