ZKBio Security How To Find Password 2023
ZKBio Security How To Find Password 2023
ZKBiosecurity
Step 1,this soft is being like ZKBioAccess,you can also find the database infomation in the
directory “/BioSever/Config”.Open the file named “attsite.ini”,get the info.
Step 2,connect to the database,Remember to change the right port,take care,sometimes the default
is wrong.
V5000 3.1.0数据库默认密码;
ZKTeco##123
ISP数据库默认密码:
sa123
Step 3,then you can find a table named “auth_user”.The id and the login_pwd are encrypted.you
can excute this sql “UPDATE auth_user SET login_pwd =
'21232f297a57a5a743894a0e4a801fc3' WHERE username = 'adm1';”.When it’s done,you can
use the user admin and the password is “admin” to login.That string
“21232f297a57a5a743894a0e4a801fc3” is “admin” encrypted.
And if you know more, you can also use the “INSERT” sql to add a new account.Remember to
change the “id” and the “username.”,they should avoid repetition.
Then you’ll have a new account named “adm”,and the password is “admin”.