Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 1 Feb 2016 21:29:40 +0100
From: magnum <john.magnum@...hmail.com>
To: john-users@...ts.openwall.com
Subject: Re: Unshadow only finds 1 of 3 hashes

On 2016-02-01 13:55, Kevin Geil wrote:
> Hi, I have  a passwd file, and a shadow file, and when I run "unshadow", it
> only loads 1 out of 3 hashes.  I have tried this in both the standard
> release, and the -Jumbo version.  If  I  copy/paste the hash only into a
> file, john does start to run, but I would like to use unshadow so that John
> properly tests using GECOS information, and so that I know it has loaded
> the proper hashes.  Can anyone point me in the right direction?

> (...)
> gdm:x:42:42::/var/lib/gdm:/sbin/nologin mike:x:0:500:Mike "Anonymous"
> Tester:/home/mike:/bin/bash freddy:x:501:501:Freddy
> Tester:/home/freddy:/bin/bas

The last few lines of your passwd file as above look thrashed: There 
should be linefeeds instead of the spaces before "mike" and "freddy", 
like this:

(...)
gdm:x:42:42::/var/lib/gdm:/sbin/nologin
mike:x:0:500:Mike "Anonymous" Tester:/home/mike:/bin/bash
freddy:x:501:501:Freddy Tester:/home/freddy:/bin/bash

Not sure if this is your entire issue or if it just ended up like that 
here due to some mail transport issue.

magnum

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.