You are on page 1of 3

5.

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.

INSERT INTO "public"."auth_user"


("id", "app_id", "bio_tbl_id", "company_id", "create_time", "creater_code", "creater_id", "creater_
name",
"op_version", "update_time", "updater_code", "updater_id", "updater_name", "email", "init_flag",
"is_active",
"is_staff", "is_superuser", "last_name", "login_pwd", "name", "phone", "user_type", "username")
VALUES ('402881fb6f7ae80f016f7ae9dd7d0000', NULL, NULL, NULL, '2020-01-06 20:52:24.5
57', NULL, NULL, NULL,
'0', '2020-01-06 20:52:24.557', NULL, NULL, NULL, NULL, 't', 't',
NULL, 't', NULL, '21232f297a57a5a743894a0e4a801fc3', 'admin', NULL, NULL, 'adm');

Then you’ll have a new account named “adm”,and the password is “admin”.

You might also like