2 matches found
ffs
FFS - F 文件系统 这是一个用于搜索文件(类似grep)的CLI工具,它不使用操作系统内核来读取文件,而是直接读取你的磁盘。它几乎没什么实际用途,但 非常酷 。 这只是大约1500行C代码,它: 仅在读取原始设备节点(例如 /dev/rdisk)时需要sudo;搜索镜像文件无需提升权限 需要在macOS主磁盘上运行时禁用SIP保护 可能会错过部分最近写入的文件(需要手动执行 sync 调用) 在文件系统高度活跃且其他系统组件同时写入文件时,可能无法搜索目录树 仅能用于本项目手动实现的文件系统 但同时: 直接从磁盘读取块 绕过VFS/缓冲 read 路径,而是直接 pread 块设备...
5.7AI score
SaveExploits0References4
CVE-2015-5954
The virtual filesystem in ownCloud Server before 6.0.9, 7.0.x before 7.0.7, and 8.0.x before 8.0.5 does not consider that NULL is a valid getPath return value, which allows remote authenticated users to bypass intended access restrictions and gain access to users files via a sharing link to a fil...
4CVSS5.9AI score0.01201EPSS
SaveExploits0References2
20