Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
好的,我一直在研究基于 python 的“hacktool”,它可以帮助渗透测试人员在 Mac 上安装一些基本工具。现在大多数这些工具都需要激活root用户,所以我需要一种简单的方法来激活root用户(在mac上,这可以通过'passwd root'来完成,遗憾的是需要输入另一个输入)
需要一些帮助,伙计们,时间不多了,互联网不会给我任何有用的答案。:S
OSX 中有一个名为“dsenableroot”的命令,它完全符合我的要求。该命令的工作方式如下:
dsenableroot -u yourusername -p yourpassword -r rootpassword
它完全按照它应该做的事情,现在我只需要在“yourpassword”部分的解决方法,因为我不知道用户计算机的密码。将在这里发布更新!