Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keramas/ds_walk
Python tool for enumerating directories and files on web servers that contain a publicly readable .ds_store file.
https://github.com/keramas/ds_walk
application-tests directory-enumeration enumeration
Last synced: 3 days ago
JSON representation
Python tool for enumerating directories and files on web servers that contain a publicly readable .ds_store file.
- Host: GitHub
- URL: https://github.com/keramas/ds_walk
- Owner: Keramas
- Created: 2019-05-29T20:58:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-29T01:45:10.000Z (about 3 years ago)
- Last Synced: 2023-03-09T08:51:57.949Z (over 1 year ago)
- Topics: application-tests, directory-enumeration, enumeration
- Language: Python
- Size: 11.7 KB
- Stars: 21
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DS_Walk
Python tool for enumerating directories and files on web servers that contain a publicly readable .ds_store file.Uses the 'python-dsstore' .ds_store file parser tool created by gehxelt. (https://github.com/gehaxelt/Python-dsstore)
## Tool Description
DS_Walk enumerates all possible files and directories on a web server where a .ds_store file can be publicly accessed and downloaded. The tool will traverse all directories until no further .ds_store files are found in subsequent directories.![alt text](https://media.giphy.com/media/i1RDKNhLddmi4/giphy.gif)