|
|
|
|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 81
Members: 0
Total: 81
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
sha1+salt, plizzzz! |
|
Posted: Fri May 01, 2009 4:39 pm |
|
|
rsavoya |
Regular user |
|
|
Joined: May 01, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
could you please help me getting the full text for the following combinations of SHA1 hashes / salt ?
Code: |
4b5555a4c6b8feb1f06c2d4111ecfde4531d85b9 / abb6
a0670aa9c630077fcf43d6fca156abbfcfc44798 / aa69
174050513decf89995c5bdb6fb386e12f24a5a46 / 9d9e
1c261f77b722d20dd0f004f64801b72b94bc574e / c0ae
20d7ed1a9ecebb7d2ae2239019d234cf54b6a229 / 0e66
02dbfccf4d79c494d67bcab26334059966f3e7d3 / d201
|
is there any specific tool that may be used?
thanks!
EDIT: these are generated by SMF 2.0 beta 4 |
|
|
|
|
Posted: Fri May 01, 2009 5:00 pm |
|
|
skmpz |
Advanced user |
|
|
Joined: Oct 11, 2008 |
Posts: 169 |
Location: Cyprus |
|
|
|
|
|
|
you can use passwords pro.. |
|
|
|
|
Posted: Fri May 01, 2009 5:10 pm |
|
|
crazynou |
Advanced user |
|
|
Joined: Feb 08, 2009 |
Posts: 199 |
Location: AlGeRiA |
|
|
|
|
|
|
need the user to crack this
put the USER |
|
|
|
|
Posted: Fri May 01, 2009 6:31 pm |
|
|
rsavoya |
Regular user |
|
|
Joined: May 01, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
crazynou wrote: | need the user to crack this
put the USER |
ok, here are the users:
*** edit ***
could you please tell me which tools are you using?
thanks! |
|
Last edited by rsavoya on Mon May 04, 2009 1:53 pm; edited 1 time in total |
|
|
|
Posted: Fri May 01, 2009 6:33 pm |
|
|
rsavoya |
Regular user |
|
|
Joined: May 01, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
skmpz wrote: |
you can use passwords pro..
|
I tried with version 2.4.4.1 but I couldn't do it, is there any trick I should know?
but I don't have the latest version of that tool, though... |
|
|
|
|
|
Re: sha1+salt, plizzzz! |
|
Posted: Fri May 01, 2009 7:23 pm |
|
|
brisk |
Advanced user |
|
|
Joined: Mar 07, 2009 |
Posts: 108 |
|
|
|
|
|
|
|
rsavoya wrote: | could you please help me getting the full text for the following combinations of SHA1 hashes / salt ?
Code: |
4b5555a4c6b8feb1f06c2d4111ecfde4531d85b9 / abb6
a0670aa9c630077fcf43d6fca156abbfcfc44798 / aa69
174050513decf89995c5bdb6fb386e12f24a5a46 / 9d9e
1c261f77b722d20dd0f004f64801b72b94bc574e / c0ae
20d7ed1a9ecebb7d2ae2239019d234cf54b6a229 / 0e66
02dbfccf4d79c494d67bcab26334059966f3e7d3 / d201
|
is there any specific tool that may be used?
thanks!
EDIT: these are generated by SMF 2.0 beta 4 |
4b5555a4c6b8feb1f06c2d4111ecfde4531d85b9 = nabucodonosor
02dbfccf4d79c494d67bcab26334059966f3e7d3 = nabucodonosor |
|
|
|
|
|
Re: sha1+salt, plizzzz! |
|
Posted: Fri May 01, 2009 7:42 pm |
|
|
rsavoya |
Regular user |
|
|
Joined: May 01, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
brisk wrote: |
4b5555a4c6b8feb1f06c2d4111ecfde4531d85b9 = nabucodonosor
02dbfccf4d79c494d67bcab26334059966f3e7d3 = nabucodonosor
|
thank you Brisk!
I guess these worked cuz they were generated with the older version of the SMF algorithm. Can you please confirm the algorith you have applied (was it sha1(strtolower($user).$pass) ) ?
any luck with the other hashes?
or can someone indicate the new coding algorithm for SMF 2.0? |
|
|
|
|
|
Re: sha1+salt, plizzzz! |
|
Posted: Fri May 01, 2009 8:08 pm |
|
|
brisk |
Advanced user |
|
|
Joined: Mar 07, 2009 |
Posts: 108 |
|
|
|
|
|
|
|
rsavoya wrote: | brisk wrote: |
4b5555a4c6b8feb1f06c2d4111ecfde4531d85b9 = nabucodonosor
02dbfccf4d79c494d67bcab26334059966f3e7d3 = nabucodonosor
|
thank you Brisk!
I guess these worked cuz they were generated with the older version of the SMF algorithm. Can you please confirm the algorith you have applied (was it sha1(strtolower($user).$pass) ) ?
any luck with the other hashes?
or can someone indicate the new coding algorithm for SMF 2.0? |
I've used sha1($username.$pass) |
|
|
|
|
Posted: Fri May 01, 2009 8:43 pm |
|
|
rsavoya |
Regular user |
|
|
Joined: May 01, 2009 |
Posts: 5 |
|
|
|
|
|
|
|
ok, thanks
any luck with the other hashes, someone? |
|
|
|
|
www.waraxe.us Forum Index -> All other hashes
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|
|