Waraxe IT Security Portal
Login or Register
May 2, 2025
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: 93
Members: 0
Total: 93
Full disclosure
Microsoft Windows .XRM-MS File / NTLM Information DisclosureSpoofing
[IWCC 2025] CfP: 14th International Workshop on Cyber Crime -Ghent, Belgium, Aug 11-14, 2025
Inedo ProGet Insecure Reflection and CSRF Vulnerabilities
Ruby on Rails Cross-Site Request Forgery
Microsoft ".library-ms" File / NTLM Information Disclosure (Resurrected 2025)
HNS-2025-10 - HN Security Advisory - Local privilege escalation in Zyxel uOS
APPLE-SA-04-16-2025-4 visionOS 2.4.1
APPLE-SA-04-16-2025-3 tvOS 18.4.1
APPLE-SA-04-16-2025-2 macOS Sequoia 15.4.1
APPLE-SA-04-16-2025-1 iOS 18.4.1 and iPadOS 18.4.1
Business Logic Flaw: Price Manipulation - AlegroCartv1.2.9
Stored XSS in "Message" Functionality - AlegroCartv1.2.9
XSS via SVG Image Upload - AlegroCartv1.2.9
BBOT 2.1.0 - Local Privilege Escalation via Malicious ModuleExecution
83 vulnerabilities in Vasion Print / PrinterLogic
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Newbies corner -> finding out what the salt is on smf
Post new topicReply to topic View previous topic :: View next topic
finding out what the salt is on smf
PostPosted: Mon Sep 18, 2006 11:48 am Reply with quote
ladylearner
Regular user
Regular user
Joined: Oct 23, 2005
Posts: 21




hi, if you have a back up of an smf board, how can you find out what the salt is, where would I look:

example...

(please note NO details on this sample are real, the usernames, mails web addresses, ips , photobuckets are edited to fakes. for sample fake users called bob and bill.)

INSERT INTO `smf_members`
(`ID_MEMBER`, `memberName`, `dateRegistered`, `posts`, `ID_GROUP`, `lngfile`, `lastLogin`, `realName`, `instantMessages`, `unreadMessages`, `im_ignore_list`, `passwd`, `emailAddress`, `personalText`, `gender`, `birthdate`, `websiteTitle`, `websiteUrl`, `location`, `ICQ`, `AIM`, `YIM`, `MSN`, `hideEmail`, `showOnline`, `timeFormat`, `signature`, `timeOffset`, `avatar`, `im_email_notify`, `karmaBad`, `karmaGood`, `usertitle`, `notifyAnnouncements`, `notifyOnce`, `memberIP`, `secretQuestion`, `secretAnswer`, `ID_THEME`, `is_activated`, `validation_code`, `ID_MSG_LAST_VISIT`, `additionalGroups`, `smileySet`, `ID_POST_GROUP`, `totalTimeLoggedIn`, `passwordSalt`)
VALUES (1, 'bob', 1100828058, 89, 1, '', 1158576685, 'bob', 1, 0, '', 383a2cb1ad270625b3a521aea4fafd64 'bob@bob.com', '', 1, '1978-03-26', 'edited', 'http://www.bob.com', 'somewhere, someplace', '', '', '', '', 0, 1, '', '', 0, '', 0, 179, 102, '', 1, 1, '211.x.x.x', '', '', 6, 1, '', 22809, '', '', 5, 110341, ''),
(2, 'bill', 1100828832, 770, 9, '', 1158555771, 'bill', 1, 0, '', '249d87c627fe2b8c8f21907a1f1862e6', 'bill@bill.com', 'Born to be bob!', 0, '0000-00-00', '', '', '', '', '', '', '', 1, 1, '', '? [img]http://i7.photobucket.com/albums/bob[/img]<br />[img]http://i7.photobucket.com/albums/bill[/img]<br />[img]http://i7.photobucket.com/albums/bob[/img]', 0, 'http://i13.photobucket.com/bob', 1, 17, 19, '', 1, 1, '71.x.x.x', '', '', 6, 1, '', 22804, '', '', 6, 632211, ''),

where would I look for the salt?

TIP: for anyone who does not know, I found that the md5 for the secret question answers on these boards are not salted!
View user's profile Send private message
Re: finding out what the salt is on smf
PostPosted: Wed Sep 20, 2006 2:36 pm Reply with quote
ToXiC
Moderator
Moderator
Joined: Dec 01, 2004
Posts: 181
Location: Cyprus




ladylearner wrote:
hi, if you have a back up of an smf board, how can you find out what the salt is, where would I look:

example...

(please note NO details on this sample are real, the usernames, mails web addresses, ips , photobuckets are edited to fakes. for sample fake users called bob and bill.)

INSERT INTO `smf_members`
(`ID_MEMBER`, `memberName`, `dateRegistered`, `posts`, `ID_GROUP`, `lngfile`, `lastLogin`, `realName`, `instantMessages`, `unreadMessages`, `im_ignore_list`, `passwd`, `emailAddress`, `personalText`, `gender`, `birthdate`, `websiteTitle`, `websiteUrl`, `location`, `ICQ`, `AIM`, `YIM`, `MSN`, `hideEmail`, `showOnline`, `timeFormat`, `signature`, `timeOffset`, `avatar`, `im_email_notify`, `karmaBad`, `karmaGood`, `usertitle`, `notifyAnnouncements`, `notifyOnce`, `memberIP`, `secretQuestion`, `secretAnswer`, `ID_THEME`, `is_activated`, `validation_code`, `ID_MSG_LAST_VISIT`, `additionalGroups`, `smileySet`, `ID_POST_GROUP`, `totalTimeLoggedIn`, `passwordSalt`)
VALUES (1, 'bob', 1100828058, 89, 1, '', 1158576685, 'bob', 1, 0, '', 383a2cb1ad270625b3a521aea4fafd64 'bob@bob.com', '', 1, '1978-03-26', 'edited', 'http://www.bob.com', 'somewhere, someplace', '', '', '', '', 0, 1, '', '', 0, '', 0, 179, 102, '', 1, 1, '211.x.x.x', '', '', 6, 1, '', 22809, '', '', 5, 110341, ''),
(2, 'bill', 1100828832, 770, 9, '', 1158555771, 'bill', 1, 0, '', '249d87c627fe2b8c8f21907a1f1862e6', 'bill@bill.com', 'Born to be bob!', 0, '0000-00-00', '', '', '', '', '', '', '', 1, 1, '', ' [img]http://i7.photobucket.com/albums/bob[/img]<br />[img]http://i7.photobucket.com/albums/bill[/img]<br />[img]http://i7.photobucket.com/albums/bob[/img]', 0, 'http://i13.photobucket.com/bob', 1, 17, 19, '', 1, 1, '71.x.x.x', '', '', 6, 1, '', 22804, '', '', 6, 632211, ''),

where would I look for the salt?

TIP: for anyone who does not know, I found that the md5 for the secret question answers on these boards are not salted!


It seems that there is no salted value in it .. Are you sure you paste it correctly .. ? or by modifiing it you didnt distroy anything . ?

one easy way to do it .. is to count the names unltil the `passwordSalt` and do the same with inserted values...

I dont know if i am wrong ..
anyone else ?

_________________
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
finding out what the salt is on smf
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



PCWizardHub - Helping you fix, build, and optimize your PC life
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.036 Seconds