Re: Extreme Networks password hash



Hello Alexander,

---------------------------------------
configure account admin encrypted
452tVo$nEbHpfJFTUGyBrqmtY8q3.
452tVo$nEbHpfJFTUGyBrqmtY8q3.
create account user "user" encrypted "yN/tVo$ARBcY8KlQBq.lvJg2nc5F."
--------------------------------------

Does anyone know about the kind of hash used, or recognize the ones in the
configuration? If you do, would you happen to know any tool that can perform
an attack against this kind of hash?

It's MD5, as used by crypt(). Prepend "$1$" to the password, and feed it to your favourite password cracker:

& cat pass
test1:$1$452tVo$nEbHpfJFTUGyBrqmtY8q3.:::::
test2:$1$yN/tVo$ARBcY8KlQBq.lvJg2nc5F.:::::
& ./john pass
Loaded 2 password hashes with 2 different salts (FreeBSD MD5 [32/32])
(test1)
(test2)
guesses: 2 time: 0:00:00:00 100% (2) c/s: 1111 trying:

Peter

--
[Name] Peter Kosinar [Quote] 2B | ~2B = exp(i*PI) [ICQ] 134813278



------------------------------------------------------------------------
This list is sponsored by: Cenzic

Need to secure your web apps NOW?
Cenzic finds more, "real" vulnerabilities fast.
Click to try it, buy it or download a solution FREE today!

http://www.cenzic.com/downloads
------------------------------------------------------------------------



Relevant Pages

  • Re: problem with large hash vanishing
    ... > configuration file into a hash of hashes. ... Depending on the format of the config file, you may be able to use a CPAN ...
    (comp.lang.perl.misc)
  • Re: Linux and audio pro
    ... >> filesystem, so there's nothing to get out of synch. ... > configuration information in a database. ... config file, for the app to start off with, and fine tuned by dynamic ... Additionally, things like postfix, can use db hash files (think ...
    (comp.os.linux.misc)
  • Re: problem with large hash vanishing
    ... > configuration file into a hash of hashes. ... > perl -d with the W command to watch the ...
    (comp.lang.perl.misc)
  • Re: basic class problem
    ... > All I want to do is print off the value of the hash refs at the moment ... > configuration details, unfortunately it bombs out and doesn't do anything. ... > sub get_conf{ ... > Mt CGI script is this: ...
    (perl.beginners)
  • problem with large hash vanishing
    ... configuration file into a hash of hashes. ... perl -d with the W command to watch the ... to undefined in the debugger. ...
    (comp.lang.perl.misc)