Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
April 19, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 582
Members: 0
Total: 582
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpBB -> A lot of the md5 are uncrackables!!!!
Post new topic  Reply to topic View previous topic :: View next topic 
A lot of the md5 are uncrackables!!!!
PostPosted: Tue Feb 28, 2006 3:34 pm Reply with quote
thelma
Regular user
Regular user
 
Joined: Oct 18, 2005
Posts: 16




Do you know the why? Rolling Eyes
View user's profile Send private message MSN Messenger
Re: A lot of the md5 are uncrackables!!!!
PostPosted: Tue Feb 28, 2006 4:05 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




thelma wrote:
Do you know the why? Rolling Eyes


If

1)Password is long enough (12+ chars)
2) Has no meaning (not related to any wordlists)

then bruteforce, wordlist guessing and rainbow cracking are useless.
By the way, md5 hashing algorithm itself is vulnerable to collision
generation, but at this moment i don't know any publicly available
tools to implement this weakness in context of the phpbb password using scheme.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Tue Feb 28, 2006 4:52 pm Reply with quote
thelma
Regular user
Regular user
 
Joined: Oct 18, 2005
Posts: 16




The problem is that all the hashes of a determinate forum(Invision Power Board v2.0.3) are impossible to crack, I have everywhere tried, on all the site possible online... while with my forum I have not have problem to crack the md5.. my succesfull to crack them is the 70%
View user's profile Send private message MSN Messenger
PostPosted: Tue Feb 28, 2006 5:55 pm Reply with quote
waraxe
Site admin
Site admin
 
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




thelma wrote:
The problem is that all the hashes of a determinate forum(Invision Power Board v2.0.3) are impossible to crack, I have everywhere tried, on all the site possible online... while with my forum I have not have problem to crack the md5.. my succesfull to crack them is the 70%


Code snippet from IPB 2.0.3 source code:

Code:

$salt     = $ibforums->converge->generate_password_salt(5);
$passhash = $ibforums->converge->generate_compiled_passhash($salt, md5($in_password) );


So the answer is - IPB 2.0.3 is using salted hashes. Salting will make cracking process more difficult and time consuming ...
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Wed Mar 01, 2006 12:56 pm Reply with quote
thelma
Regular user
Regular user
 
Joined: Oct 18, 2005
Posts: 16




Confused

ok,I have lost any hope!!

thank you
View user's profile Send private message MSN Messenger
PostPosted: Sun Apr 02, 2006 5:17 pm Reply with quote
Vixje
Active user
Active user
 
Joined: Mar 25, 2006
Posts: 35




Hi waraxe. I still want to give it a go with a salted pw. I have a database of a 2.0.x forum, with the converged records inside. Could you give me a brief explanation, on how I could make a start on cracking such salts? Considering I do have the usernames, the hashes, and the salt-values. For example, is there a easy way (tool) where u can just insert the usercode+hash+salt and do a dictionary or bruteforce on it? Or do i first need to "unsalt" the hash to get the real md5 hash value?
View user's profile Send private message
PostPosted: Wed Apr 12, 2006 10:13 pm Reply with quote
Indiction
Regular user
Regular user
 
Joined: Apr 12, 2006
Posts: 11




Basically if there is a salt, you cannot remove it at the MD5 step.

First you will have to know what the salt is. If the salt is say md(x+5), then you must first reverse the hash through bruteforcing or whatever. Then subtract the salt (which will give you the original cleartext). Thanks to the fact that if md5(x+c) = md5(y+c) (collision), all you need to do is reverse the mathematical operation on the salt. Unless its something like, say, modulus, in which case good luck Smile.

But one thing you can't do is reverse the salt when all you have is the hash. You must first reverse the hash.
View user's profile Send private message
A lot of the md5 are uncrackables!!!!
  www.waraxe.us Forum Index -> PhpBB
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  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.141 Seconds