Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s3rgeym/ds-store-dump
Dump backups and another files using .DS_Store
https://github.com/s3rgeym/ds-store-dump
hacking
Last synced: 1 day ago
JSON representation
Dump backups and another files using .DS_Store
- Host: GitHub
- URL: https://github.com/s3rgeym/ds-store-dump
- Owner: s3rgeym
- License: mit
- Created: 2022-06-23T03:52:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T23:55:47.000Z (about 2 years ago)
- Last Synced: 2023-03-05T12:11:11.583Z (over 1 year ago)
- Topics: hacking
- Language: Python
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ds-store-dump
Dump backups and another files using `.DS_Store`.
> Любишь мак, люби ходить к проктологу...
Я не знаю откуда берутся долбоебы, которые считают, что гейбук идеально подходит для программирования, но благодаря им можно заработать лишнюю копеечку.
Requires Python >= 3.10.x.
If you are not Arch/Manjaro user install latest Python using [pyenv](https://github.com/pyenv/pyenv).
```bash
# Install# For normal people
$ pipx install ds-store-dump# For other
$ pip install ds-store-dump# Usage
$ ds-store-dump -h
$ ds-store-dump url1 url2 url3 > found.txt
$ ds-store-dump < urls.txt
```How to find `.DS_Store`:
```bash
httpx -rl 50 -l urls.txt -json -o output.json -sc -ct -ms 'Bud1' -mc 200 -path /.DS_Store
```