Problems with itunes password
#6
Ok, so from what I understand your candidates look like this:

.,onetwo.,

in that case you can use hashcat's combinator mode (-a 1) with -j '^,^.' -k '$.$,'

hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' -m 14800 hash.txt

to make sure the candidates look like expected run
hashcat -a 1 wordlist.txt wordlist.txt -j '^,^.' -k '$.$,' --stdout


Messages In This Thread
Problems with itunes password - by loco - 10-01-2018, 04:16 PM
RE: Problems with itunes password - by undeath - 10-01-2018, 08:07 PM
RE: Problems with itunes password - by loco - 10-02-2018, 08:03 AM
RE: Problems with itunes password - by vagantis - 10-02-2018, 09:16 AM
RE: Problems with itunes password - by Nay - 10-02-2018, 10:03 AM
RE: Problems with itunes password - by undeath - 10-03-2018, 11:57 AM