Waraxe IT Security Portal
Login or Register
September 8, 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: 74
Members: 0
Total: 74
Full disclosure
[SYSS-2024-030]: C-MOR Video Surveillance - OS Command Injection (CWE-78)
[SYSS-2024-029]: C-MOR Video Surveillance - Dependency on Vulnerable Third-Party Component (CWE-1395)
[SYSS-2024-028]: C-MOR Video Surveillance - Cleartext Storage of Sensitive Information (CWE-312)
[SYSS-2024-027]: C-MOR Video Surveillance - Improper Privilege Management (CWE-269)
[SYSS-2024-026]: C-MOR Video Surveillance - Unrestricted Upload of File with Dangerous Type (CWE-434)
[SYSS-2024-025]: C-MOR Video Surveillance - Relative Path Traversal (CWE-23)
Backdoor.Win32.Symmi.qua / Remote Stack Buffer Overflow (SEH)
HackTool.Win32.Freezer.br (WinSpy) / Insecure CredentialStorage
Backdoor.Win32.Optix.02.b / Weak Hardcoded Credentials
Backdoor.Win32.JustJoke.2 1 (BackDoor Pro) / Unauthenticated Remote Command Execution
Backdoor.Win32.PoisonIvy. ymw / Insecure Credential Storage
[SYSS-2024-024]: C-MOR Video Surveillance - Improper Access Control (CWE-284)
[SYSS-2024-023]: C-MOR Video Surveillance - SQL Injection(CWE-89)
[SYSS-2024-022]: C-MOR Video Surveillance - Cross-Site Request Forgery (CWE-352)
[SYSS-2024-021]: C-MOR Video Surveillance - Persistent Cross-Site Scripting (CWE-79)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> PhpBB -> Finding user password
Post new topicReply to topic View previous topic :: View next topic
Finding user password
PostPosted: Thu Jan 03, 2008 3:22 pm Reply with quote
aquadeluxe
Regular user
Regular user
Joined: Jan 03, 2008
Posts: 11




I have a site with 2000+ users and I am wondering if I can somehow find out one of the users passwords. I have phpBB3 Olympus running on it. I have access the database and server files.
Thanks.
View user's profile Send private message
PostPosted: Thu Jan 03, 2008 6:26 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




PhpBB stores all passwords in database in hashed form, so you can have plaintext password only when you are able to crack the hash, that's if password was not strong enough.
Another choice is altering original phpbb script and add some plaintext password logging piece of code, like explained here:

http://www.waraxe.us/ftopict-1864.html
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Jan 03, 2008 8:52 pm Reply with quote
aquadeluxe
Regular user
Regular user
Joined: Jan 03, 2008
Posts: 11




Do you know why when i try to decrypt the hash, it says that it is invalid?
$H$7R6dvopJ4cOJeVAEfYJCxqu6tcyaRP1
that's what the hash supposedly is.
Thanks
View user's profile Send private message
PostPosted: Thu Jan 03, 2008 9:47 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Look here:

http://www.waraxe.us/ftopict-2021.html

Starting from phpbb 3.0.RC7 they are using new hashing algorithm.
It's very hard to crack. Basically it's 2048 times slower cracking as simple md5 and even ~2x slower than BSD-style md5 hash. No rainbow cracking can be used - because of the salting. Bruteforce will be very limited and even wordlist cracking is painfully slow.

Bottom line - it's only matter of time, when most of the phpbb installations in web will be phpbb 3.x.x and this means, that stealing hashes from database is not as useful as it was before Shocked
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Jan 03, 2008 9:52 pm Reply with quote
aquadeluxe
Regular user
Regular user
Joined: Jan 03, 2008
Posts: 11




Well that sucks.
View user's profile Send private message
PostPosted: Thu Jan 03, 2008 10:18 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




aquadeluxe wrote:
Well that sucks.


That's the intention of phpbb developers - to make phpbb exploiting as much unpleasant as possible Smile

Still - you can inplement cleartext password sender, as mentioned before. Assuming, that you have file write access to phpbb scripts.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Thu Jan 03, 2008 10:30 pm Reply with quote
aquadeluxe
Regular user
Regular user
Joined: Jan 03, 2008
Posts: 11




Yeah, but this user is banned Razz
View user's profile Send private message
PostPosted: Fri Jan 04, 2008 12:49 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Then, yeah, you must try to crack the hash. If original password was weak, then successfull cracking can be possible. Problem is, that such cracker does not exists, yet ... , as much as i know.

Easiest way to overcome problem is to look @ phpbb 3 login handling source code and then copy-paste and modify it, so that wordlist cracking or bruteforce is possible. Php implementation of course will lack performance, compared to optimized c/assembler cracker, but it's easy to implement.

So - maybe, just maybe, there will be some phpbb3 hash cracker in php language from me ... soon ...
If so, then i will publish it here, in his forum Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Jan 04, 2008 12:51 am Reply with quote
aquadeluxe
Regular user
Regular user
Joined: Jan 03, 2008
Posts: 11




About adding the thing where it will email the password and username. How do I make that work for PhpBB3?
View user's profile Send private message
Finding user password
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.135 Seconds