行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-10-15 15: 34: 20
A lost admin password can be reset by following these steps:
•Stop the running server
•Launch the server with the--set-admin command line switch
•Start the server
In practice it may look like this:
>systemctl stop hexvault.service
>vault_server--config-file hexvault.conf--set-admin USERNAME:PASSWORD
>systemctl start hexvault.service
The uppercase USERNAME and PASSWORD placeholders should be replaced by the desired values.The user name and
the password are separated by a colon.
The specified user must exist.If sh/e was not an admin before,s/he will be promoted to an admin by this command.
TIP
If you do not know any valid users of the vault,use the sqlite3 command line utility to list the users.They are stored in the users table.
中文翻译如下:
如果管理员密码丢失,可以按照以下步骤进行重置:
•停止运行中的服务器
•使用--set-admin命令行选项启动服务器
•启动服务器
实际操作可能如下所示:
systemctl stop hexvault.service vault_server--config-file hexvault.conf--set-admin USERNAME:PASSWORD systemctl start hexvault.service
大写的USERNAME和PASSWORD占位符应该被所需的值替换。用户名和密码由冒号分隔。
指定的用户必须存在。如果他/她以前不是管理员,这个命令将使他/她成为管理员。
提示:
如果您不知道Vault中任何有效用户,请使用sqlite3命令行实用程序列出用户。它们存储在用户表中。
展开阅读全文
︾
读者也喜欢这些内容:
c++反编译工具有哪些
反编译C++代码的工具一般是针对可执行文件和库文件的反汇编和逆向分析工具。本文将给大家介绍c++反编译工具有哪些的内容。市面说的c++反编译工具有很多,下面介绍几款使用认识较多的软件。...
阅读全文 >
ida反编译exe文件 exe文件如何防止反编译
EXE(Executable)文件是一种可执行文件,用于存储应用程序的二进制代码。在进行应用程序开发和调试时,我们可能需要对EXE文件进行反编译以了解程序的执行过程和逻辑。本文将介绍IDA反编译EXE文件, EXE文件如何防止反编译的内容。...
阅读全文 >
IDA Pro2.3.3.添加用户(2.3.3.Adding users)
...
阅读全文 >
IDA Pro2.3.1.创建管理员(2.3.1.Creating the administrator)
...
阅读全文 >