访问锁定的文件夹
好的,我的主管目前正在使用 Windows 文件夹权限设置进行测试,基本上是设置谁可以访问它,谁不能访问它。他想让我知道是否可以在未经许可的情况下进入。
主要检查此方法的安全性,以保护文件夹免受不必要的访问。
所以我的问题是,是否可以在没有第三方软件的情况下进入该文件夹?
请注意:我不是问如何做到这一点,只是想知道是否可能。
Ok so my supervisor is currently testing something with Windows Permission Settings for folders, basically setting who can access it and who can't. He wants me to find out if I can get in, without permissions.
Basically checking how secure this method is to protect a folder from unwanted access.
So my question is, Is it possible to get into the folder without third party software?
Please note: I am NOT asking how to do this, just want to know if it is possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于所有文件访问都是通过 Windows 执行的,因此任何访问文件的尝试都将尊重 Windows 权限。
要在不使用 Windows 的情况下访问该文件,您可以在 Linux CD 上启动,但我认为这在您的问题中符合“第三方软件”的资格。
如果用户对父文件夹具有足够的权限,则该用户也许能够修改您要保护的文件夹的权限。这通常仅适用于拥有管理员帐户的人。
除了上述注意事项之外,Windows 权限设置是完全安全的。
Since all file access is performed through Windows, Windows permissions will be respected for any attempt to access a file.
To access the file without using Windows, you could boot on a Linux CD, but I suppose that would qualify as "third party software" in your question.
If a user has sufficient permission on the parent folder, the user may be able to modify the permissions on the folder you're trying to protect. This would generally only be available to someone with an admin account.
Aside from the above caveats, the Windows Permissions settings are perfectly secure.