The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
admins see passwords
u wouldnt think this was needed, but i swear it is, for some reason in 2.0.3 i could see the users password, but now in 2.2.5 i cant, and i use to have this user that kept re-registering, just to bug ppl, and he ALWAYS used the same password, wutang,
also has been helpful in other cases, but not used for anything bad does a hack like this exsist where admins can see users passwords in the admin cp? thanks |
#2
|
||||
|
||||
passwords are md5 encrypted, you cannot decrypt it anymore, its not possible to decrypt md5.
as i know there was a hack wich saves the passwords unencrypted for 2.x.x, but not sure try the search function. also it's not so hard to write a hack, wich will save pw's after login in uncryptet version into the DB, but i don't think its a good thing to do so |
#3
|
||||
|
||||
Quote:
anyways, why would you what to know someone's password for?? just ban the guy |
#4
|
||||
|
||||
it's not what you asked, but is what you need:
https://vborg.vbsupport.ru/showthrea...threadid=38909 |
#5
|
|||
|
|||
I would not really recommend storing the passwords un-encrypted, if your on a shared server you'll find that anyone with shell will have access to your mysql tables, and you don't really want them having your passwords.
Such as a competitor might buy a $9.95 account on your server just to get access to your admin passwords and thats you in trouble. This is all hypothetical btw :P If he used the same password, the hashed password will be the same so this query will find it. SELECT * FROM user WHERE password=MD5("password") |
#6
|
||||
|
||||
Couldn't you just simply search for the password "wutang" in the admin pages under users / find?
|
#7
|
||||
|
||||
no, you can't search for passwords in the admin cp since vb2
|
#8
|
|||
|
|||
i know how to find out users passwords via ACP... and its pretty easy... but would this be invasion of privacy if i told you how and you used it for other reasons?
|
#9
|
||||
|
||||
Not really...
It is something that could be useful... Perhaps only to the site owner - i.e. Userid=1? Satan |
#10
|
|||
|
|||
You cant decrypt a MD5 hash, the only way to find it out is to store it seperately when they login / register.
To find a user using a password would be easy though, type in the password click find and it should come up. If you want i'll post the code |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|