Заметки сисадмина » Как обнулить пароль к Kerio WinRoute Firewall 5.1:

Заметки сисадмина о интересных вещах из мира IT, инструкции и рецензии. Настраиваем Компьютеры/Сервера/1С/SIP-телефонию в Москве

Как обнулить пароль к Kerio WinRoute Firewall 5.1:

2007-04-25 · Posted in Kerio Winroute

\Program Files\Kerio\Winroute\users.cfg:

<config>
<list name="User">
<listitem>
<variable name="Name">Admin</variable>
<variable name="AccStatus">0</variable>
<variable name="auth_type">0</variable>
<variable name="Rights">31</variable>
<variable name="Password">DES:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</variable>
<variable name="FullName"></variable>
<variable name="Description"></variable>
<variable name="EMail"></variable>
<variable name="HTTPFilter">JAPSR</variable>
</listitem>
<listitem>
<variable name="Name">User</variable>
<variable name="AccStatus">0</variable>
<variable name="auth_type">0</variable>
<variable name="Rights">1</variable>
<variable name="Password">DES:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</variable>
<variable name="FullName"></variable>
<variable name="Description"></variable>
<variable name="EMail"></variable>
<variable name="HTTPFilter">JAPSR</variable>
</listitem>
</list>

<list name="Group">
</list>

</config>

Сбросить пароль админа – вместо DES:xxx ставим NUL:123, далее заходим с паролем "123", не забыв его сменить на нужный после входа; кроме того, можно изменить права пользователя (<variable name="Rights">1</variable> , если таковой имеется, на права админа (<variable name="Rights">31</variable>

То же для WinRoute 4.x:

цитата:  
First stop the winroute engine, then go to the registry editor by going to the start menu -> run and type 'regedit'. Proceed to hklm/software/kerio/winroute/user/0. Delete the '0' key. Then select the 'user' key and export it to a file. Then go back into regedit to hklm/software/kerio/winroute. In the right hand window you'll see 'adminuseradded'. Modify it to '0'. Then start the engine and log in as admin with no password. Then stop the engine. Once the engine is stopped import the registry file and restart the engine.

 

Leave a Reply