gehaxelt/Python-dsstore · 文件 下载 ZIP
文件最后提交记录最后更新时间
README.md
以下内容由 AI 翻译,如有问题请点此提交 issue 反馈
Python .DS_Store 解析器
该仓库包含一个用于解析 Apple 的.DS_Store文件格式的解析器。
./samples/目录中包含了一个来自 CTF 的示例文件,您可以使用python3 main.py ./samples/.DS_Store.ctf来测试该解析器。
这是我尝试详细解释其结构与格式的博客文章:https://0day.work/parsing-the-ds_store-file-format/
使用方法
$ python main.py samples/.DS_Store.ctf
Count: 6
favicon.ico
flag
static
templates
vulnerable.py
vulnerable.wsgi
实用资源
在开发解析器时,我发现以下链接非常有帮助:
- https://wiki.mozilla.org/DS_Store_File_Format
- http://search.cpan.org/~wiml/Mac-Finder-DSStore/DSStoreFormat.pod
- https://digi.ninja/projects/fdb.php
许可证
MIT - 请参阅 License.md