Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 18 Jul 2013 10:26:01 +0530
From: Dhiru Kholia <dhiru.kholia@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: 'sha1pass' support

On 07/17/13 at 07:44pm, x2345234@...mail.org wrote:
> does john support hashes that were created using 'sha1pass'
> (syslinux)?
>
> sample hash:
>
> sha1pass password
> $4$N9bcelN+$Q2TRqAt856G+EpmDgPjU9QHSQ+c$

I have attached a script to convert sha1pass generated hash(es) into JtR
format.

$ python sha1pass.py '$4$N9bcelN+$Q2TRqAt856G+EpmDgPjU9QHSQ+c$' > hash

$ ../run/john hash
Loaded 1 password hash (dynamic_25 [sha1($s.$p) 128/128 AVX 10x4x1])
password         (?)

There might be better ways but I just woke up ;)

--
Dhiru

View attachment "sha1pass.py" of type "text/plain" (374 bytes)

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.