1Password Competition
#4
I'm looking at this example here: https://github.com/agilebits/crackme/tree/master/doc
{
"id": "CPU6BAGE",
"hint": "3 words",
"prf": "HMAC-SHA256",
"rounds": 100000,
"salt": "00bb202b205f064e30f6fae101162a2e",
"derived": "91976be95cd28e55e580ee9f69a2139202a9b65eabfbbf33c99bc42e3665564d",
"pwd": "tanbark artistic callus"
}

1) My test hashfile is this:
sha256:100000:00bb202b205f064e30f6fae101162a2e:91976be95cd28e55e580ee9f69a2139202a9b65eabfbbf33c99bc42e3665564d

2) My test dictionary has these two lines:
tanbark artistic callus
tanbarkartisticcallus
(I wasn't sure if they were including spaces between the words or not.)

3) I ran Hashcat like this:
/usr/local/bin/hashcat --hash-type 10900 --attack-mode 0 "sample_hash.txt" "test_dictionary.txt"

But it has no success.


Messages In This Thread
1Password Competition - by PhilipS - 05-06-2018, 01:12 AM
RE: 1Password Competition - by royce - 05-12-2018, 07:22 PM
RE: 1Password Competition - by Flomac - 05-13-2018, 12:45 PM
RE: 1Password Competition - by PhilipS - 05-13-2018, 03:48 PM
RE: 1Password Competition - by undeath - 05-13-2018, 05:17 PM
RE: 1Password Competition - by royce - 05-13-2018, 09:42 PM
RE: 1Password Competition - by PhilipS - 05-14-2018, 12:57 AM
RE: 1Password Competition - by Flomac - 05-14-2018, 04:15 PM
RE: 1Password Competition - by royce - 05-14-2018, 04:45 PM
RE: 1Password Competition - by SpencerCostanza - 05-25-2018, 05:19 PM