public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Extracting hashes from MSWindows SAM files
@ 2007-01-09 16:45 Mick
  2007-01-09 17:35 ` norman
  2007-01-14  4:47 ` Ali Polatel
  0 siblings, 2 replies; 6+ messages in thread
From: Mick @ 2007-01-09 16:45 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hi All,

Do you know if Gentoo offers any tool(s) to extract the hash numbers from 
MSWindows SAM files?  I am thinking of the Linux equivalent of e.g. 
pwdump.exe

I need the hashes to be able to run john:
==========================
# john sam
No password hashes loaded
==========================

I've looked around but couldn't find anything.
-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Extracting hashes from MSWindows SAM files
  2007-01-09 16:45 [gentoo-user] Extracting hashes from MSWindows SAM files Mick
@ 2007-01-09 17:35 ` norman
  2007-01-09 23:20   ` Mick
  2007-01-14  4:47 ` Ali Polatel
  1 sibling, 1 reply; 6+ messages in thread
From: norman @ 2007-01-09 17:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 639 bytes --]

perhaps this can be of use

http://www.antsight.com/zsl/rainbowcrack/ it takes some time to build the tables and the files generated a big.

cheers

norman

Mick <michaelkintzios@gmail.com> wrote: Hi All,

Do you know if Gentoo offers any tool(s) to extract the hash numbers from 
MSWindows SAM files?  I am thinking of the Linux equivalent of e.g. 
pwdump.exe

I need the hashes to be able to run john:
==========================
# john sam
No password hashes loaded
==========================

I've looked around but couldn't find anything.
-- 
Regards,
Mick


 Send instant messages to your online friends http://uk.messenger.yahoo.com 

[-- Attachment #2: Type: text/html, Size: 866 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Extracting hashes from MSWindows SAM files
  2007-01-09 17:35 ` norman
@ 2007-01-09 23:20   ` Mick
  2007-01-09 23:36     ` Stuart Howard
  0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2007-01-09 23:20 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 832 bytes --]

On Tuesday 09 January 2007 17:35, norman wrote:
> perhaps this can be of use
>
> http://www.antsight.com/zsl/rainbowcrack/ it takes some time to build the
> tables and the files generated a big.
>
> cheers
>
> norman
>
> Mick <michaelkintzios@gmail.com> wrote: Hi All,
>
> Do you know if Gentoo offers any tool(s) to extract the hash numbers from
> MSWindows SAM files?  I am thinking of the Linux equivalent of e.g.
> pwdump.exe
>
> I need the hashes to be able to run john:
> ==========================
> # john sam
> No password hashes loaded
> ==========================
>
> I've looked around but couldn't find anything.

Thank you Norman,

I'm afraid that after the tables are generated I will still need something 
like pwdump2 to extract the hashes from the sam file.  :-(

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Extracting hashes from MSWindows SAM files
  2007-01-09 23:20   ` Mick
@ 2007-01-09 23:36     ` Stuart Howard
  0 siblings, 0 replies; 6+ messages in thread
From: Stuart Howard @ 2007-01-09 23:36 UTC (permalink / raw
  To: gentoo-user

You could try either the gentoo security list or irc channel. Failing
that try the securityfocus lists. Once you have linux program source
you can then install either with the source or make an ebuild.
Failing the above you could perhaps run pwdump under wine.
Not tried any of the above but seems a reasonable way to go.

stu

On 09/01/07, Mick <michaelkintzios@gmail.com> wrote:
> On Tuesday 09 January 2007 17:35, norman wrote:
> > perhaps this can be of use
> >
> > http://www.antsight.com/zsl/rainbowcrack/ it takes some time to build the
> > tables and the files generated a big.
> >
> > cheers
> >
> > norman
> >
> > Mick <michaelkintzios@gmail.com> wrote: Hi All,
> >
> > Do you know if Gentoo offers any tool(s) to extract the hash numbers from
> > MSWindows SAM files?  I am thinking of the Linux equivalent of e.g.
> > pwdump.exe
> >
> > I need the hashes to be able to run john:
> > ==========================
> > # john sam
> > No password hashes loaded
> > ==========================
> >
> > I've looked around but couldn't find anything.
>
> Thank you Norman,
>
> I'm afraid that after the tables are generated I will still need something
> like pwdump2 to extract the hashes from the sam file.  :-(
>
> --
> Regards,
> Mick
>
>
>


-- 
"There are 10 types of people in this world: those who understand
binary, those who don't"

--Unknown
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Extracting hashes from MSWindows SAM files
  2007-01-09 16:45 [gentoo-user] Extracting hashes from MSWindows SAM files Mick
  2007-01-09 17:35 ` norman
@ 2007-01-14  4:47 ` Ali Polatel
  2007-01-14  9:47   ` Mick
  1 sibling, 1 reply; 6+ messages in thread
From: Ali Polatel @ 2007-01-14  4:47 UTC (permalink / raw
  To: gentoo-user

* Mick (michaelkintzios@gmail.com) wrote:
> Hi All,
>
> Do you know if Gentoo offers any tool(s) to extract the hash numbers from 
> MSWindows SAM files?  I am thinking of the Linux equivalent of e.g. 
> pwdump.exe
>
> I need the hashes to be able to run john:
> ==========================
> # john sam
> No password hashes loaded
> ==========================
>
> I've looked around but couldn't find anything.
> --
> Regards,
> Mick

emerge ophcrack ,
iirc it has pwdump and bkhive to get hash stuff from SAM files

--
Ali Polatel <polatel@nerdshack.com>
gpg F0186CA2 fp: 7110 01E2 F8B6 83A2 AC52  1D9F 986B 76E1 F018 6CA2
()  ascii ribbon campaign - against html mail
/\

-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [gentoo-user] Extracting hashes from MSWindows SAM files
  2007-01-14  4:47 ` Ali Polatel
@ 2007-01-14  9:47   ` Mick
  0 siblings, 0 replies; 6+ messages in thread
From: Mick @ 2007-01-14  9:47 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 898 bytes --]

On Sunday 14 January 2007 04:47, Ali Polatel wrote:
> * Mick (michaelkintzios@gmail.com) wrote:
> > Hi All,
> >
> > Do you know if Gentoo offers any tool(s) to extract the hash numbers from
> > MSWindows SAM files?  I am thinking of the Linux equivalent of e.g.
> > pwdump.exe
> >
> > I need the hashes to be able to run john:
> > ==========================
> > # john sam
> > No password hashes loaded
> > ==========================
> >
> > I've looked around but couldn't find anything.
> > --
> > Regards,
> > Mick
>
> emerge ophcrack ,
> iirc it has pwdump and bkhive to get hash stuff from SAM files

Cool!  Thanks, I didn't know what package to search for.

Meanwhile, googling around I found the Remote Exploit - Auditor Live CD which 
had the pwdump2-linux and bkhive-linux commands:

 http://www.remote-exploit.org/index.php/Auditor_main

-- 
Regards,
Mick

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-01-14  9:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 16:45 [gentoo-user] Extracting hashes from MSWindows SAM files Mick
2007-01-09 17:35 ` norman
2007-01-09 23:20   ` Mick
2007-01-09 23:36     ` Stuart Howard
2007-01-14  4:47 ` Ali Polatel
2007-01-14  9:47   ` Mick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox