|
Menu |
|
|
Home |
| |
|
Discussions |
| |
|
Tools |
| |
|
Affiliates |
| |
|
Content |
| |
|
Info |
| | |
|
|
|
|
|
User Info |
|
Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144
People Online:
Visitors: 62
Members: 0
Total: 62
|
|
|
|
|
|
Full disclosure |
|
|
|
|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
List of algorithms |
|
Posted: Sat Jan 24, 2009 12:57 pm |
|
|
HiMiC |
Beginner |
|
|
Joined: Jan 24, 2009 |
Posts: 2 |
Location: Russian Federation |
|
|
|
|
|
|
Code: | List of algorithms in forumnyh :
------------------------------------------------------------------------------------
| Title | Hash Algorithm | Prefix | Table |
------------------------------------------------------------------------------------
| Beehive | md5($pass) | нет | USER |
| Intellect Board | md5($pass) | нет | User |
| IPB 1.x.x | md5($pass) | ibf_ | members |
| IPB 2.x.x | md5(md5($salt).md5($pass)) | ibf_ | members_converge |
| ITA Forum | md5($pass) | itaf_ | user |
| MercuryBoard | md5($pass) | mb_ | users |
| MiniBB | md5($pass) | minibbtable_ | users |
| myBB 1.2.x | md5(md5($salt).md5($pass)) | mybb_ | users |
| PBLang | md5($pass) | хеш для каждого пользователя хранится в файле /db/members/имя_юзера |
| phpBB | md5($pass) | phpbb_ | users |
| phpBB > 3.0.0 RC5 | md5(phpbb3) | phpbb_ | users |
| PhpMyForum | md5($pass) | pmf_ | user |
| PunBB 1.2.x | SHA-1 | нет | users |
| SMF 1.0.x | md5(HMAC) | smf_ | members |
| SMF 1.1.x | sha1($username.$pass) | smf_ | members |
| Snitz forums 2000 | SHA-256 | FORUM_ | MEMBERS |
| QuickSilver Forum | md5($pass) | qsf_ | users |
| UseBB | md5($pass) | usebb_ | members |
| Vanilla | md5($pass) | LUM_ | User |
| VBulletin | md5(md5($pass).$salt) | нет | user |
| VikingBoard | md5($pass) | vboard_ | member |
| W-Agora | md5($pass) | [название]_ | users |
| WWWThreads | DES(unix) | w3t_ | users |
| XMB Forum | md5($pass) | нет | members |
| YaBB | md5(HMAC) | yabbse_ | members |
------------------------------------------------------------------------------------ |
Code: | List of algorithms used in CMS, online shops, etc.
------------------------------------------------------------------------------------
| Title | Hash Algorithm | Prefix | Table |
------------------------------------------------------------------------------------
| AboCMS | md5($pass) | нет | users |
| Bitrix | md5($pass) | проверить не удалось |
| DaneoCMS | md5($pass) | dn[версия]_ | users |
| DataLife Engine | md5(md5($pass)) | dle_ | users |
| e107 | md5(md5($pass)) | e107_ | user |
| Joomla | md5($pass) | jos_ | users |
| Joomla >=1.0.13 | md5($pass.$salt) | jos_ | users |
| Koobi CMS | md5($pass) | koobi_ | user |
| Koobi CMS >= 6 | md5(md5($pass)) | koobi_ | user |
| osCommerce | md5($salt.$pass) | нет | сustomers |
| PHP-Nuke | md5($pass) | nuke_ | authors |
| RunCMS | sha1($username.$pass) | runcms_ | users |
| Slaed CMS | md5($pass) | slaed_ | users |
| Wordpress | md5($pass) | wp_ | users |
| Wordpress >= 2.5 | md5(phpbb3) | wp_ | users |
| XOOPS | md5($pass) | xoops_ | users |
------------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
|
|
Posted: Sat Jan 24, 2009 6:13 pm |
|
|
waraxe |
Site admin |
|
|
Joined: May 11, 2004 |
Posts: 2407 |
Location: Estonia, Tartu |
|
|
|
|
|
|
Useful information |
|
|
|
|
Posted: Sat Jan 24, 2009 6:27 pm |
|
|
waplet |
Active user |
|
|
Joined: Dec 24, 2008 |
Posts: 31 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Sat Jan 24, 2009 7:09 pm |
|
|
pexli |
Valuable expert |
|
|
Joined: May 24, 2007 |
Posts: 665 |
Location: Bulgaria |
|
|
|
|
|
|
Very nice.Thank you.
Waraxe прикрепи вверху.Сенкс. |
|
|
|
|
|
Thanks ! |
|
Posted: Sun Jan 25, 2009 12:35 am |
|
|
one23 |
Advanced user |
|
|
Joined: Dec 12, 2008 |
Posts: 98 |
|
|
|
|
|
|
|
Thanks dude .
n1ce information ... |
|
|
|
|
Posted: Mon Feb 16, 2009 8:02 pm |
|
|
NYDAz |
Advanced user |
|
|
Joined: Jan 26, 2009 |
Posts: 109 |
Location: Valley of the Kings |
|
|
|
|
|
|
Now this is what I like to call "hot stuff" !
Thanks |
|
_________________ A person who never made a mistake never tried anything new. |
|
|
|
Posted: Tue Feb 17, 2009 12:03 am |
|
|
ingh1pped |
Advanced user |
|
|
Joined: Dec 13, 2008 |
Posts: 88 |
|
|
|
|
|
|
|
very good yes
but these, what kind of crypt are ?
Quote: | phpBB > 3.0.0 RC5 | md5(phpbb3) | phpbb_ | users |
Quote: | Wordpress >= 2.5 | md5(phpbb3) | wp_ | users |
|
|
|
|
|
Posted: Fri Mar 06, 2009 2:03 am |
|
|
earthquaker |
Advanced user |
|
|
Joined: Jun 02, 2008 |
Posts: 111 |
Location: q8 |
|
|
|
|
|
|
49dc07edc08358
can anyone tell me what kind of hash this is? |
|
|
|
|
Posted: Fri Mar 06, 2009 12:42 pm |
|
|
ingh1pped |
Advanced user |
|
|
Joined: Dec 13, 2008 |
Posts: 88 |
|
|
|
|
|
|
|
probably md5 (64bit) or MySQL (64bit)
-------
if someone need also algorithm of WOLTLAB BB is this:
SHA1(CONCAT(salt, SHA1(CONCAT(salt, SHA1('%{pass}')))))
|
|
|
|
|
Posted: Mon Apr 06, 2009 5:07 pm |
|
|
Zacrifyer |
Regular user |
|
|
Joined: Dec 28, 2008 |
Posts: 8 |
|
|
|
|
|
|
|
What algorithm is used in MySQL 5.1s password()-function? |
|
|
|
|
Posted: Sun Jun 07, 2009 9:25 pm |
|
|
timor |
Active user |
|
|
Joined: Jun 07, 2009 |
Posts: 30 |
|
|
|
|
|
|
|
IPB 2.x.x | md5(md5($salt).md5($pass)) | ibf_ | members_converge |
How do I directly download the entire members_converge table?
Damn I just found out |
|
|
|
|
Posted: Wed Jun 10, 2009 10:29 pm |
|
|
realcoder |
Advanced user |
|
|
Joined: May 19, 2009 |
Posts: 51 |
|
|
|
|
|
|
|
i think Hash Algorithm for Vbulletin is not correct because i try after giving password in list & try to crack that hash but that not work i have checked many Plzz what's right alogritam tell us thanks |
|
|
|
|
Posted: Wed Feb 17, 2010 7:35 pm |
|
|
hardgay |
Beginner |
|
|
Joined: Feb 17, 2010 |
Posts: 4 |
|
|
|
|
|
|
|
thankzz its realy2 useful... |
|
|
|
|
Posted: Sat Apr 17, 2010 12:26 pm |
|
|
K99 |
Regular user |
|
|
Joined: Dec 25, 2009 |
Posts: 11 |
|
|
|
|
|
|
|
|
|
|
|
Posted: Thu May 03, 2012 8:54 pm |
|
|
Hannah |
Beginner |
|
|
Joined: May 03, 2012 |
Posts: 3 |
|
|
|
|
|
|
|
I wanna get these 2 plz!!!!!!!!! Anybody!!!!!!!! URGENT
a409fbb99bc33d19f40866df42504bbe
7dd8e0a5d1397250ab75e92805465bfc |
|
|
|
|
www.waraxe.us Forum Index -> Hash related information
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
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|
|