ds_store

.DS_Store 是 Mac OS 保存文件夹的自定义属性的隐藏文件。通过 .DS_Store 可以知道这个目录里面所有文件的清单。

1. 利用

通过 Python-dsstore 工具获取文件目录列表

git clone https://github.com/gehaxelt/Python-dsstore

python main.py .ds_store

Pasted image 20251230201936.png

通过 DS_Walk 直接遍历下载所有目录下的文件

git clone https://github.com/Keramas/DS_Walk
python ds_walk.py -u http://10.13.38.11/

Pasted image 20251230201924.png