Waraxe IT Security Portal
Login or Register
July 27, 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: 178
Members: 0
Total: 178
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> Help with joomla password
Post new topicReply to topic View previous topic :: View next topic
Help with joomla password
PostPosted: Tue Nov 11, 2008 12:40 am Reply with quote
jdog
Beginner
Beginner
Joined: Nov 11, 2008
Posts: 4




I've been reading a lot over the last while and and still having difficulty understanding how to decode a joomla password I pulled from a mysql database. I'm coming up with:

bed20d9d968b12ebe823f26b1bcf9b95 (username removed)

I have access to the database if I need anything else. If someone could point me in the right direction to get this baby cracked or has time to crack it for me it would be greatly appreciated. Thanks!


Last edited by jdog on Sun Nov 23, 2008 10:59 pm; edited 1 time in total
View user's profile Send private message
PostPosted: Tue Nov 11, 2008 10:09 am Reply with quote
gyan007
Advanced user
Advanced user
Joined: Oct 17, 2008
Posts: 106




waraxe wrote:
Joomla hash algo:

$hash = md5($pass.$salt);

Smile


So you need the salt, then you can try to crack it.. Look in the db. Username is not needed, you could remove it from your post if u like..
View user's profile Send private message
PostPosted: Tue Nov 11, 2008 10:55 am Reply with quote
ToXiC
Moderator
Moderator
Joined: Dec 01, 2004
Posts: 181
Location: Cyprus




gyan007 wrote:
waraxe wrote:
Joomla hash algo:

$hash = md5($pass.$salt);

Smile


So you need the salt, then you can try to crack it.. Look in the db. Username is not needed, you could remove it from your post if u like..


salt is on the same field as the password so if you are able to get the password the salt comes up as well ... look more carefully on the results

should be something like md5:salt

_________________
who|grep -i blonde|talk; cd~;wine;talk;touch;unzip;touch; strip;gasp;finger;gasp;mount; fsck; more; yes; gasp; umount; make clean; sleep;wakeup;goto http://www.md5this.com
View user's profile Send private message Visit poster's website MSN Messenger
PostPosted: Sun Nov 23, 2008 10:58 pm Reply with quote
jdog
Beginner
Beginner
Joined: Nov 11, 2008
Posts: 4




Ya your right, the whole thing with the salt is:

bed20d9d968b12ebe823f26b1bcf9b95:nFSnUaXps6oFYtK1

Thanks for your responses so far btw...

so what can i do with this now?


(late response, I forgot to click the notify me when a reply is posted button)
View user's profile Send private message
PostPosted: Mon Nov 24, 2008 2:12 am Reply with quote
tehhunter
Valuable expert
Valuable expert
Joined: Nov 19, 2008
Posts: 261




jdog wrote:
Ya your right, the whole thing with the salt is:

bed20d9d968b12ebe823f26b1bcf9b95:nFSnUaXps6oFYtK1

Thanks for your responses so far btw...

so what can i do with this now?


(late response, I forgot to click the notify me when a reply is posted button)
Maybe some others on here will try helping you to crack it (they are damn good). If you want to take matters into your own hand, lookup PasswordsPro and download that. Then, come back and we'll give you more instructions.
View user's profile Send private message
PostPosted: Mon Nov 24, 2008 2:15 pm Reply with quote
jdog
Beginner
Beginner
Joined: Nov 11, 2008
Posts: 4




tehhunter wrote:
jdog wrote:
Ya your right, the whole thing with the salt is:

bed20d9d968b12ebe823f26b1bcf9b95:nFSnUaXps6oFYtK1

Thanks for your responses so far btw...

so what can i do with this now?


(late response, I forgot to click the notify me when a reply is posted button)
Maybe some others on here will try helping you to crack it (they are damn good). If you want to take matters into your own hand, lookup PasswordsPro and download that. Then, come back and we'll give you more instructions.



Ok, I've got a copy of passwords pro V2.4.2.1
View user's profile Send private message
Re: Help with joomla password
PostPosted: Mon Nov 24, 2008 4:08 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




jdog wrote:
I've been reading a lot over the last while and and still having difficulty understanding how to decode a joomla password I pulled from a mysql database. I'm coming up with:

bed20d9d968b12ebe823f26b1bcf9b95 (username removed)

I have access to the database if I need anything else. If someone could point me in the right direction to get this baby cracked or has time to crack it for me it would be greatly appreciated. Thanks!


Plaintext of bed20d9d968b12ebe823f26b1bcf9b95 is rick0991


Smile
View user's profile Send private message Send e-mail Visit poster's website
Re: Help with joomla password
PostPosted: Mon Nov 24, 2008 4:41 pm Reply with quote
jdog
Beginner
Beginner
Joined: Nov 11, 2008
Posts: 4




waraxe wrote:
jdog wrote:
I've been reading a lot over the last while and and still having difficulty understanding how to decode a joomla password I pulled from a mysql database. I'm coming up with:

bed20d9d968b12ebe823f26b1bcf9b95 (username removed)

I have access to the database if I need anything else. If someone could point me in the right direction to get this baby cracked or has time to crack it for me it would be greatly appreciated. Thanks!


Plaintext of bed20d9d968b12ebe823f26b1bcf9b95 is rick0991


Smile



you are the man! .... thanks a million!
View user's profile Send private message
password encode
PostPosted: Sun Feb 07, 2010 10:41 am Reply with quote
scorpionx
Beginner
Beginner
Joined: Feb 07, 2010
Posts: 2




hello waraxe

how did u decode that encrypted passwords ?
could you decode that?
for example: 95980b9957b3783520c3b908a935d6a9:5uPvl9OILDrJrXfTol4QT5tVATpLUeK9
View user's profile Send private message
Help with joomla password
www.waraxe.us Forum Index -> Newbies corner
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.327 Seconds