0xHJK/dumpall
一款信息泄漏利用工具,适用于.git/.svn/.DS_Store泄漏和目录列出 observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2510
- days_rel: n/a
- days_push: 1345
- n_releases_24m: 0
Adoption not part of the score
1579 stars · 153 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
dumpall is a Python command-line tool for exploiting information disclosure vulnerabilities on web servers. It reconstructs source code from exposed .git and .svn directories, extracts file listings from .DS_Store files, and recursively downloads open directory listings using asyncio for speed.
Use cases
- dump an exposed .git directory to recover website source code
- exploit a .svn source code leak during a pentest
- parse .DS_Store files to enumerate hidden files and directories
- download all files from an open directory listing
- find source code disclosure issues in bug bounty recon
- one tool to handle multiple classes of information leakage
When to choose
- you have authorization and discovered .git, .svn, or .DS_Store exposure or directory listing on a target
- you want a single pip-installable CLI instead of separate git/svn/DS_Store dumper scripts
- you need fast concurrent downloads via asyncio with proxy and custom output directory support
When to avoid
- the target has not given you permission to test - unauthorized use is illegal
- you need to download very large files, which the tool does not yet optimize
- you require WAF/bypass evasion features or support for very old SVN repositories
- you need an actively maintained tool - the last release was in 2022
Facets
cli-tool · maturity maintenance
penetration-testing security web-scraping security penetration-testing crawlers cli cross-platform python git-leak svn-leak ds-store directory-listing source-code-disclosure bug-bounty gitdumper asyncio recon information-disclosure
3 sources
- readme: https://github.com/0xHJK/dumpall · fetched 2026-08-28 · d0e0dd48e8e0
- homepage: https://github.com/0xHJK/dumpall · fetched 2026-08-29 · aa60f88fb94c
- registry_pypi: https://pypi.org/pypi/dumpall/json · fetched 2026-08-29 · f9a57b00e191
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 0xHJK/dumpall | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem