无需 sudo 即可访问 /etc/shadow 文件?

发布于 2024-12-10 07:15:03 字数 1459 浏览 0 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戏舞 2024-12-17 07:15:03

如果您坐在机器前,最简单的机制是在启动时修改内核命令行以包含 init=/bin/sh。这将运行 shell 而不是通常的 SysV initupstartsystemd 系统启动过程,shell 会让你访问任何你喜欢的东西,没有任何问题。

这就是为什么在 grub 配置上设置密码(info grub -s security)非常重要。您建议的引导盘选项是在您的计算机上设置 BIOS 密码很重要的一个原因。卸下硬盘驱动器是最好将机器放入重型、上锁的机柜中的原因,这样可以为您提供所需的安全级别。

If you are sitting at the machine the easiest mechanism is to modify the kernel command line at bootup to include init=/bin/sh. This will run the shell instead of the usual SysV init or upstart or systemd system boot up procedure, and the shell will give you access to anything you like, no questions asked.

This is why it is important to set a password on your grub configuration (info grub -s security). The bootdisk option you suggest is a reason why it is important to set a BIOS password on your machine. And removing the hard drive is a reason why it is best to put your machine in a heavy, locked, cabinet that can provide you with the level of security you wish.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文