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: 94
Members: 0
Total: 94
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 -> PhpBB3
Post new topicReply to topic View previous topic :: View next topic
PhpBB3
PostPosted: Mon Feb 23, 2009 11:12 am Reply with quote
Miyako
Active user
Active user
Joined: Jan 28, 2008
Posts: 25




I have a question, I have some entries of a database of a PHPbb3 board. But I don't see the hash in it properly.
How can I extract the hash out of it? At the end is a half MD5n and in the beginning is something of $H$... (looks like base64). But I can't make something of it like md5(pass,salt) or something.

Code:
,(61, 0, 2, '', 0, '78.21.189.227', 1225205858, 'Thijs', 'thijs', '$H$9LLfOh6N9mOl6Nm72M40ug4vZRBy6q1', 1225205858, 0, 'thijszeh_02@yahoo.com', 130895390321, '', 1225218633, 1225205858, 1225206529, 'viewtopic.php?f=20&t=12', '', 0, 0, 0, 0, 0, 0, 7, 'nl', '1.00', 0, 'D d M Y, H:i', 6, 0, '', 0, 0, 0, 0, -3, 0, 0, 't', 'd', 0, 't', 'a', 0, 1, 0, 1, 1, 1, 1, 895, '', 0, 0, 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '872c1dc72dbecfa9')
View user's profile Send private message
PostPosted: Mon Feb 23, 2009 5:36 pm Reply with quote
ingh1pped
Advanced user
Advanced user
Joined: Dec 13, 2008
Posts: 88




this is the filed you take

user_id user_type group_id user_permissions user_perm_from user_ip user_regdate username username_clean user_password user_passchg user_pass_convert user_email user_email_hash user_birthday user_lastvisit user_lastmark user_lastpost_time user_lastpage user_last_confirm_key user_last_search user_warnings user_last_warning user_login_attempts user_inactive_reason user_inactive_time user_posts user_lang user_timezone user_dst user_dateformat user_style user_rank user_colour user_new_privmsg user_unread_privmsg user_last_privmsg user_message_rules user_full_folder user_emailtime user_topic_show_days user_topic_sortby_type user_topic_sortby_dir user_post_show_days user_post_sortby_type user_post_sortby_dir user_notify user_notify_pm user_notify_type user_allow_pm user_allow_viewonline user_allow_viewemail user_allow_massemail user_options user_avatar user_avatar_type user_avatar_width user_avatar_height user_sig user_sig_bbcode_uid user_sig_bbcode_bitfield user_from user_icq user_aim user_yim user_msnm user_jabber user_website user_occ user_interests user_actkey user_newpasswd user_form_salt

$H$9LLfOh6N9mOl6Nm72M40ug4vZRBy6q1 == user_password == not md5 but sha1
872c1dc72dbecfa9 === user_form_salt

you hav to crack this >> $H$9LLfOh6N9mOl6Nm72M40ug4vZRBy6q1
and the login with username >> Thijs

but if you have access on DB, why don't you try to change password directly ?
crypt some string to sha1 and put in DB.
View user's profile Send private message
PostPosted: Mon Feb 23, 2009 6:50 pm Reply with quote
-AO-
Advanced user
Advanced user
Joined: Jul 15, 2008
Posts: 205
Location: United States




phpbb3 doesn't use sha1 encryption. It uses md5(phpbb3), unique to phpbb3.
View user's profile Send private message Yahoo Messenger
PostPosted: Mon Feb 23, 2009 7:53 pm Reply with quote
Miyako
Active user
Active user
Joined: Jan 28, 2008
Posts: 25




Yeah, I found out already. But it's really strange, I know the password of it, so I entered it, still didn't give me a positive match.
And in passwordspro 2.4.1.0 the module doesn't work. It crashes every time.
View user's profile Send private message
PostPosted: Mon Feb 23, 2009 9:17 pm Reply with quote
one23
Advanced user
Advanced user
Joined: Dec 12, 2008
Posts: 98




Are You Sure You're Doing Right ?

cOz Now i Checked and It's Working
i got my phpBB3 hash from DB [ Local , on my pc ]
And i Insert My passWord in Wordlist When i Just
Hitted The Start Button The Password Cracked !
The Module is OK !
But About Crashing , You're Are ryt. PHPBB3 HASH ~ BAd SPEED !
Same with WP Hash !

I Will run it With mY Small WordList And Let's See What i Can Get
[ nO Promise ]

...
View user's profile Send private message
PostPosted: Mon Feb 23, 2009 11:11 pm Reply with quote
-AO-
Advanced user
Advanced user
Joined: Jul 15, 2008
Posts: 205
Location: United States




Quote:
Yeah, I found out already. But it's really strange, I know the password of it, so I entered it, still didn't give me a positive match.
And in passwordspro 2.4.1.0 the module doesn't work. It crashes every time.


I was having simular problems on a vista system.

md5(phpbb3) is the slowest to crack of all of the algorithms Very Happy
View user's profile Send private message Yahoo Messenger
PostPosted: Tue Feb 24, 2009 1:06 pm Reply with quote
Miyako
Active user
Active user
Joined: Jan 28, 2008
Posts: 25




And my pc is like....... 5yrs old Razz Would be near possible to crack I suppose.
View user's profile Send private message
PostPosted: Mon Mar 02, 2009 5:34 am Reply with quote
na85
Regular user
Regular user
Joined: Jul 13, 2006
Posts: 13




So are there any tools for brute forcing or otherwise cracking those hashes?

and I don't understand md5(phpbb3)

is phpbb3 a custom hash function that phpbb3's devs wrote?
View user's profile Send private message
PostPosted: Tue Mar 03, 2009 9:10 pm Reply with quote
Miyako
Active user
Active user
Joined: Jan 28, 2008
Posts: 25




na85 wrote:
So are there any tools for brute forcing or otherwise cracking those hashes?

and I don't understand md5(phpbb3)

is phpbb3 a custom hash function that phpbb3's devs wrote?


Passwordspro has a module to bruteforce phpbb3's hashes, though, my pc can't handle it and crashes Razz
View user's profile Send private message
PhpBB3
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.044 Seconds