ds_store_exp icon indicating copy to clipboard operation
ds_store_exp copied to clipboard

A .DS_Store file disclosure exploit. It parses .DS_Store file and downloads files recursively.

Results 14 ds_store_exp issues
Sort by recently updated
recently updated
newest added

版本:Python 3.12.0 描述:下载.DS_Store到本地之后打开为编码 使用sublime text打开后还是加密内容,无法查看

![2023-05-08_09-54](https://user-images.githubusercontent.com/44535257/236844351-87ee5879-8908-41db-9e85-41f4d66efb6a.png)

这个报错有办法解决嘛

原脚本使用情况: ![img](https://user-images.githubusercontent.com/41460798/181268633-e10ce384-691d-46f7-b50d-779af1f266bf.jpg) 添加修复代码: ``` python import urllib3 ... ... try: urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) response = requests.get(url, verify=False, allow_redirects=False) except Exception as e: ... ```

![image](https://user-images.githubusercontent.com/35734032/183252750-b1968425-7959-48c2-a18a-42b50c5eccd3.png)

check this out: https://github.com/qiuluo-oss/ds_store_exp_py3

Some small changes to bring this code up to 2020 :)