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

┌──(kali㉿kali)-[~/Downloads/ds_store_exp] └─$ sudo pip2 install -r requirements.txt DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer...

在使用这个脚本爬取一个目标网站的时候。发现脚本会无限循环爬取已经爬取过的目标。看了一下源代码。第40行是不是应该做如下修改? ``` if url in self.processed_url: continue ```

Hello! With some .DS_Store files I got the error: ``` [200] https://www.le-pam.fr/images/.DS_Store [!] Unable to read 1024 bytes in block ``` Examples of files, what arise the bug: ``` python2...