Waraxe IT Security Portal
Login or Register
November 15, 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: 104
Members: 0
Total: 104
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 -> All other hashes -> MyBB forum md5 hash
Post new topicReply to topic View previous topic :: View next topic
MyBB forum md5 hash
PostPosted: Sat Jan 05, 2008 7:40 pm Reply with quote
Dolorious
Regular user
Regular user
Joined: Jan 05, 2008
Posts: 5




Hello.
I was looking around and it seems waraxe is quite good at cracking MD5 hashes.

Question:
I have this MyBB MD5 hash, and I'm not certain what the algorithm is for mybb forums.

These are two MD5's.

[+] MD5-Hash: 7ec43d090f6f09e9322774495d40b9d3
[+] MD5-Hash: 7ebca3ee49ee1c6ee775b6b4a065ec72

Thanks!

MyBB is using salted hashes? Then where are salts?
View user's profile Send private message
PostPosted: Sat Jan 05, 2008 10:04 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




From mybb 1.2.10 installer:

Code:


$tables[] = "CREATE TABLE mybb_users (
uid int unsigned NOT NULL auto_increment,
username varchar(120) NOT NULL default '',
password varchar(120) NOT NULL default '',
salt varchar(10) NOT NULL default '',
loginkey varchar(50) NOT NULL default '',
email varchar(220) NOT NULL default '',
postnum int(10) NOT NULL default '0',
avatar varchar(200) NOT NULL default '',
avatardimensions varchar(10) NOT NULL default '',
avatartype varchar(10) NOT NULL default '0',
usergroup smallint unsigned NOT NULL default '0',
additionalgroups varchar(200) NOT NULL default '',
displaygroup smallint unsigned NOT NULL default '0',
usertitle varchar(250) NOT NULL default '',
regdate bigint(30) NOT NULL default '0',
lastactive bigint(30) NOT NULL default '0',
lastvisit bigint(30) NOT NULL default '0',
lastpost bigint(30) NOT NULL default '0',
website varchar(200) NOT NULL default '',
icq varchar(10) NOT NULL default '',
aim varchar(50) NOT NULL default '',
yahoo varchar(50) NOT NULL default '',
msn varchar(75) NOT NULL default '',
birthday varchar(15) NOT NULL default '',
signature text NOT NULL,
allownotices char(3) NOT NULL default '',
hideemail char(3) NOT NULL default '',
emailnotify char(3) NOT NULL default '',
invisible char(3) NOT NULL default '',
receivepms char(3) NOT NULL default '',
pmpopup char(3) NOT NULL default '',
pmnotify char(3) NOT NULL default '',
remember char(3) NOT NULL default '',
threadmode varchar(8) NOT NULL default '',
showsigs char(3) NOT NULL default '',
showavatars char(3) NOT NULL default '',
showquickreply char(3) NOT NULL default '',
showredirect char(3) NOT NULL default '',
ppp smallint(6) NOT NULL default '0',
tpp smallint(6) NOT NULL default '0',
daysprune smallint(6) NOT NULL default '0',
dateformat varchar(4) NOT NULL default '',
timeformat varchar(4) NOT NULL default '',
timezone varchar(4) NOT NULL default '',
dst varchar(4) NOT NULL default '',
buddylist text NOT NULL,
ignorelist text NOT NULL,
style smallint unsigned NOT NULL default '0',
away char(3) NOT NULL default '',
awaydate int(10) unsigned NOT NULL default '0',
returndate varchar(15) NOT NULL default '',
awayreason varchar(200) NOT NULL default '',
pmfolders text NOT NULL,
notepad text NOT NULL,
referrer int unsigned NOT NULL default '0',
reputation bigint(30) NOT NULL default '0',
regip varchar(50) NOT NULL default '',
language varchar(50) NOT NULL default '',
timeonline bigint(30) NOT NULL default '0',
showcodebuttons int(1) NOT NULL default '1',
totalpms int(10) NOT NULL default '0',
newpms int(10) NOT NULL default '0',
unreadpms int(10) NOT NULL default '0',
KEY username (username),
KEY usergroup (usergroup),
KEY birthday (birthday),
PRIMARY KEY (uid)
) TYPE=MyISAM{$charset};";


As you can see:


username varchar(120) NOT NULL default '',
password varchar(120) NOT NULL default '',
salt varchar(10) NOT NULL default '',
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Jan 06, 2008 3:04 am Reply with quote
Dolorious
Regular user
Regular user
Joined: Jan 05, 2008
Posts: 5




WAIT!

I have the salts now. Very Happy Cool

[+] MD5-Hash: 7ec43d090f6f09e9322774495d40b9d3
[*] Salt: NnERoVyv

[+] MD5-Hash: 7ebca3ee49ee1c6ee775b6b4a065ec72
[*] Salt: 7wlnikfC
View user's profile Send private message
PostPosted: Sun Jan 06, 2008 6:54 am Reply with quote
Dolorious
Regular user
Regular user
Joined: Jan 05, 2008
Posts: 5




Bump?
Very Happy
View user's profile Send private message
PostPosted: Sun Jan 06, 2008 2:56 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Found one of passwords, using Passwords Pro cracker:


:7ebca3ee49ee1c6ee775b6b4a065ec72:7wlnikfC:mazzuca:
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Jan 06, 2008 6:58 pm Reply with quote
Dolorious
Regular user
Regular user
Joined: Jan 05, 2008
Posts: 5




Oh shit man, you are the man!!!!! Very Happy Very Happy Very Happy Very Happy
View user's profile Send private message
PostPosted: Sun Jan 06, 2008 8:33 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




And second hash got cracked too:


:7ec43d090f6f09e9322774495d40b9d3:NnERoVyv:7129721:


Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Jan 06, 2008 10:46 pm Reply with quote
Dolorious
Regular user
Regular user
Joined: Jan 05, 2008
Posts: 5




Thanks man so much!!
I love you man!!!
View user's profile Send private message
PostPosted: Fri Feb 01, 2008 10:57 pm Reply with quote
kallas
Beginner
Beginner
Joined: Feb 02, 2008
Posts: 2




Hello, good info here.

I have a problem with mybb hash. I don`t no what`s the salts and how to find them. Please help me!

And one question if u don`t mind: In PaswordsPro, what type of hash i need select for mybb hash (md5(md5($pass).$salt)[PHP], or what?)?


Thanks very much friends. Laughing
View user's profile Send private message
PostPosted: Sat Feb 02, 2008 12:23 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Salt is in same sql table as password hash. Look above - i have allready explained that before Smile

And algorithm is:

md5(md5($salt).md5($pass))
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sat Feb 02, 2008 1:24 pm Reply with quote
kallas
Beginner
Beginner
Joined: Feb 02, 2008
Posts: 2




Thanks very much. Razz
View user's profile Send private message
MyBB forum md5 hash
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

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.032 Seconds