Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Tue, 31 May 2016 13:26:55 +0300
From: Oleksiy Mazurenko <saurman162@...com>
To: john-users@...ts.openwall.com
Subject: Re: time machine encoded sparsebundle


> This is likely your problem. Did you supply these to ./configure? On my machine, configure somehow finds the library by itself. I can't remember whether I made some clever symlinks, or made an actual tweak to the official Jumbo autoconf stuff to find it... oh, here's an idea: Try "brew install pkg-config" and then try to re-configure Jumbo. Maybe that's the only glue you need.

thats actually worked, i also had to execute ‘brew link openssl —force’ which then lead to a successful compilation for OS X native scheme. Thanks!
On to other question.
Ive managed to generate hash file from first attempt, now on to cracking, finally!
I do './john /<path to file>/hash.txt’ which produces following output
0g 0:00:00:31 0.27% 1/3 (ETA: 16:04:18) 0g/s 4.180p/s 4.180c/s 4.180C/s volumes0
0g 0:00:00:32 0.27% 1/3 (ETA: 16:10:28) 0g/s 4.179p/s 4.179c/s 4.179C/s d/volumes/data/imac.sparsebundle/bands/0
0g 0:00:00:36 0.27% 1/3 (ETA: 16:35:10) 0g/s 4.181p/s 4.181c/s 4.181C/s idata
0g 0:00:00:42 0.46% 1/3 (ETA: 15:25:08) 0g/s 4.187p/s 4.187c/s 4.187C/s Datasp
0g 0:00:01:24 0.83% 1/3 (ETA: 15:41:38) 0g/s 4.157p/s 4.157c/s 4.157C/s biMacbiMac

Question is - how i can speed this up e.g. by defining password format mask, doing it on GPU or multiple CPU cores?
I have password like (regex) [a-z]{2}\d{3}[a-zA-Z]{2,}

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.