Oops, I copied the lines directly from the two links I put at the bottom. So once more, with the proper hash all the way through...
... And I got all the way down here, and figured out part of my issue... hashcat does not like Fish Shell
When I drop into bash, the example works, but my still fails.
Quote:chapcrack radius -C 1122334455667788 -R FBF97203E1B703515A1BF44FF5EA5C621623DAC7065DA58F
Cracking K3................
C1 = fbf97203e1b70351
C2 = 5a1bf44ff5ea5c62
C3 = 1623dac7065da58f
P = 1122334455667788
Quote:perl -e 'print pack ("H*", "1122334455667788EBE2F20936540E65")' | md5sum
cf181f2ce105d7f75750b497d694b334 -
Quote:./hashcat64.bin -m 14000 --potfile-disable --quiet -a 3 -1 charsets/DES_full.charset --hex-charset 1623dac7065da58f:cf181f2ce105d7f7 ?1?1000000000000
... And I got all the way down here, and figured out part of my issue... hashcat does not like Fish Shell
When I drop into bash, the example works, but my still fails.