The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Weak password getting hack
Hi,
I am noticing some activities in my forum from a person. What I have seen is he is hacking those password which is set to weak and couldn't hack strong password. What I wanted to know, how come he is hacking the weak password if my site is not being hacked? how can I diagnose this thing? Also what is the strong password length? Kindly help thanks |
#2
|
|||
|
|||
tell your uses to users this http://strongpasswordgenerator.com
|
#3
|
||||
|
||||
What I would do is install this mod, which will require your members to use stronger passwords, Minimum Password Length
Then follow the instructions here, to force users to reset their passwords, Force Password Reset |
#4
|
||||
|
||||
AdminCP>Users>Check Vulnerable Passwords
Will at least catch all accounts that may have same password as username. |
#5
|
|||
|
|||
Quote:
Code:
UPDATE `usergroup` SET `passwordexpires` = '730' WHERE `usergroup`.`usergroupid` !=6; |
#6
|
||||
|
||||
ACP --> Maintenance --> Execute SQL Query
Make sure your userid is set to be able to run queries via the config file. Code:
// ****** USERS WITH QUERY RUNNING PERMISSIONS ****** // The users specified here will be allowed to run queries from the control panel. // See the above entries for more information on the format. // Please note that the ability to run queries is quite powerful. You may wish // to remove all user IDs from this list for security reasons. $config['SpecialUsers']['canrunqueries'] = 'X'; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|