Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Tue, 17 Feb 2009 13:26:23 -0500
From: Rich Rumble <richrumble@...il.com>
To: john-users@...ts.openwall.com
Subject: Re: hash generation

An easy app is provided in the Pass-The-Hash toolkit, there are also quite a
few perls scripts and such that do the same things:
http://oss.coresecurity.com/projects/pshtoolkit.htm
*GENHASH.EXE*: This is a small utility that generates LM and NT hashes using
some 'undocumented' functions of the Windows API.

C:\>genhash.exe 12345678901234
GenHash v1.1 - (c) 2007-2008 Hernan Ochoa (hochoa@...esecurity.com) - Core
Security Technologies
This tool generates LM and NT hashes.
Password: 12345678901234
(hashes format: LM Hash:NT hash)
0182BD0BD4444BF8C03D5BBA34975D50:76B827EAB7B6E09B45B006D152E1D3B0

LM(1): 1234567 = 0182BD0BD4444BF8
LM(2): 8901234 = C03D5BBA34975D50

If you exceed 14 chars, the LM pass will still only use the first 14 chars,
the NTLM pass will be updated up to the 127 possible character length.

On Tue, Feb 17, 2009 at 08:36, kalgecin@...il.com <kalgecin@...il.com> wrote:
> OpenSSL doesn't appear to create nt/lm hashes that's why i thought of
> using some john file

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.