https://github.com/s3rgeym/x-access-dumper
Dumps everything web accessible: git repos, files from .DS_Store, sql dumps, backups, configs...
https://github.com/s3rgeym/x-access-dumper
dumper hacking vulnerabilities
Last synced: about 1 year ago
JSON representation
Dumps everything web accessible: git repos, files from .DS_Store, sql dumps, backups, configs...
- Host: GitHub
- URL: https://github.com/s3rgeym/x-access-dumper
- Owner: s3rgeym
- Created: 2022-06-30T01:28:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T01:36:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T04:47:32.180Z (over 1 year ago)
- Topics: dumper, hacking, vulnerabilities
- Language: Python
- Homepage:
- Size: 143 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-Access-Dumper

Dumps everything web accessible: git repos, files from `.DS_Store`, sql dumps, backups, configs...
Use asdf or pyenv to install latest python version.
Install:
```bash
$ pip install x-access-dumper
$ pipx install x-access-dumper
```
Usage:
```
$ x-access-dumper -h
$ x-access-dumper url1 url2 url3
$ x-access-dumper < urls.txt
$ command | x-access-dumper
$ x-access-dumper -vv https://target 2> log.txt
```
# TODO:
- exclude images and media files by default