打开以后看到如下的几行,简单的说一下:
Quotation
[Server]
IP=127.0.0.1,8021\r\n
GrantAllAccessToLocalHost=0
[Acct=Administrator]
Enabled=1
Rights=0
Password=e10adc3949ba59abbe56e057f20f883e
IP=127.0.0.1,8021\r\n
GrantAllAccessToLocalHost=0
[Acct=Administrator]
Enabled=1
Rights=0
Password=e10adc3949ba59abbe56e057f20f883e
这个里面,GrantAllAccessToLocalHost是允许本地登录用户进行所有操作,这个值改为1,就可以在本地用任意密码登录,不用经过登录密码验证
Quotation
Password=e10adc3949ba59abbe56e057f20f883e
这一段是经过MD5 HASH以后的密码,我的是123456,所以加密以后就是e10adc3949ba59abbe56e057f20f883e,当然这个是可以逆向出来的,嘿嘿,或者说,如果你忘了本来的密码,把你原来的字段改成这个,就可以以123456登录