Waraxe IT Security Portal
Login or Register
November 16, 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: 9144

People Online:
Visitors: 53
Members: 0
Total: 53
Full disclosure
SEC Consult SA-20241112-0 :: Multiple vulnerabilities in Siemens Energy Omnivise T3000 (CVE-2024-38876, CVE-2024-38877, CVE-2024-38878, CVE-2024-38879)
Security issue in the TX Text Control .NET Server for ASP.NET.
SEC Consult SA-20241107-0 :: Multiple Vulnerabilities in HASOMED Elefant and Elefant Software Updater
Unsafe eval() in TestRail CLI
4 vulnerabilities in ibmsecurity
32 vulnerabilities in IBM Security Verify Access
xlibre Xnest security advisory & bugfix releases
APPLE-SA-10-29-2024-1 Safari 18.1
SEC Consult SA-20241030-0 :: Query Filter Injection in Ping Identity PingIDM (formerly known as ForgeRock Identity Management) (CVE-2024-23600)
SEC Consult SA-20241023-0 :: Authenticated Remote Code Execution in Multiple Xerox printers (CVE-2024-6333)
APPLE-SA-10-28-2024-8 visionOS 2.1
APPLE-SA-10-28-2024-7 tvOS 18.1
APPLE-SA-10-28-2024-6 watchOS 11.1
APPLE-SA-10-28-2024-5 macOS Ventura 13.7.1
APPLE-SA-10-28-2024-4 macOS Sonoma 14.7.1
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 topicReply 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 topicReply 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-2024 Janek Vind "waraxe"
Page Generation: 0.038 Seconds