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: 103
Members: 0
Total: 103
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 -> 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



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